chproxy icon indicating copy to clipboard operation
chproxy copied to clipboard

Open-Source ClickHouse http proxy and load balancer

Results 132 chproxy issues
Sort by recently updated
recently updated
newest added

I tried configuring Redis caching and the error message says `ERR This instance has cluster support disabled`. I brought up Redis instances using `redis:7.0.4-alpine` Docker container with no custom configuration....

bug

Should issuing SIGHUP to chproxy cause it to reload the TLS certificate? The TLS cert served by chproxy is still the old one. I am not using letsencrypt, but my...

enhancement

We're running chproxy in k8s, before we were using v1.13.2 and memory consumption was constantly low, we used `512Mi` limit and it was enough. After upgrading to v1.16.x we've got...

bug

## Description This PR fix and improve unit test on proxy.go ## Pull request type Please check the type of change your PR introduces: - [x] Bugfix - [ ]...

size/M

chproxy v1.16.3 There are redis cache configured as following: ``` - name: cache-name mode: redis redis: addresses: - hostname:6379 expire: 300s ``` There are following keys appearing: ``` 799) "26243a2fa2435c33269f75da4e359f3e-transaction"...

bug

Hello, guys, can you build arm64 or maybe another architectures docker images in docker hub, thanks?

enhancement

Implements https://github.com/ContentSquare/chproxy/issues/143

enhancement
good first issue
size/L

The time zone in the chproxy log is incorrect, how to solve it?

unexpected behaviour

I send request with params {"query_id":"xxxxx"},but it doesn't work ,it always use scope_id please give me help ! thank you

unexpected behaviour

Could node weight support in the future project?

question
need more info