-
-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: HA Proxy: Direct connection to Primary and/or Replica (apart from pgbouncer) #548
Comments
Just specify the variables when deploying the cluster:
In this case, the pgbouncer will not be installed, and connections via HAProxy will be routed directly to the database. |
I would still like to have pgbouncer for connection pooling for other applications that are doing regular PostgreSQL protocol. |
Now I understand that you are interested in the possibility of launching "selected" connections without the participation of a puller in a scenario using pgbouncer. This feature will require further development. Feel free to suggest a PR. |
…ection, commented out by default (vitabaks#548)
Resolved via #549. Thank you! |
Prior to submitting a PR and considering a deployment with pgbouncer: I was wondering if you would find it useful to expose Primary and Replica nodes directly (skipping pgbouncer) in HA Proxy config (using two new ports)?
Use case would be for applications that need to connect using
replication
protocol (which currently isn't supported by pgbouncer, and is unlikely to be supported for a while).Thanks!
The text was updated successfully, but these errors were encountered: