crunchy-proxy
crunchy-proxy copied to clipboard
PostgreSQL Connection Proxy by Crunchy Data (beta)
I may be musunderstanding this but I believe that it's not currently possible to use a different set of credentials from the client to crunchy-proxy as the credentials that crunchy-proxy...
Documented here: https://github.com/CrunchyData/crunchy-proxy/blob/master/docs/crunchy-proxy-user-guide.asciidoc Link from docs: https://hub.docker.com/r/crunchydata/crunchy-proxy/ Nothing in search either: https://hub.docker.com/search?q=crunchy-proxy&type=image
When running the proxy I encountered situations where connections would stall without an error. I tracked this down to the proxy not handling the case where a message spanned multiple...
I was looking at this as an option to replace pgbouncer, but one of the main reason I want to replace pgbouncer is the minimal instrumentation it has. I'm interested...
To support an infrastructure where the list of PostgreSQL backends is being maintained by Kubernetes/Openshift, we need to support "hot" changes to the list of backends. That is, we need...
Create hook points for pre and post queries for connections. This would allow a command/query to be run before and after a connection is utilized. An example might be setting/resetting...
Error message received: ``` INFO[2017-08-10T15:37:20Z] Admin Server listening on: [::]:10000 ERRO[2017-08-10T15:37:21Z] healthcheck: query failed: dial tcp 172.30.6.30:5432: getsockopt: no route to host panic: runtime error: invalid memory address or nil...