chproxy
chproxy copied to clipboard
Open-Source ClickHouse http proxy and load balancer
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....
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...
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...
## 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 - [ ]...
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"...
Hello, guys, can you build arm64 or maybe another architectures docker images in docker hub, thanks?
Implements https://github.com/ContentSquare/chproxy/issues/143
The time zone in the chproxy log is incorrect, how to solve it?
I send request with params {"query_id":"xxxxx"},but it doesn't work ,it always use scope_id please give me help ! thank you