Skip to content
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

database/sql: Documetation: Connection Pool with reverse proxy #28524

Closed
pjebs opened this issue Nov 1, 2018 · 1 comment
Closed

database/sql: Documetation: Connection Pool with reverse proxy #28524

pjebs opened this issue Nov 1, 2018 · 1 comment

Comments

@pjebs
Copy link
Contributor

pjebs commented Nov 1, 2018

I have created a connection pool for the purposes of multiple read replicas.

I have HAProxy being used as a reverse proxy which provides a host url which links to multiple host urls (randomly allocated).

When I create the connection pool, If I type in the host name to be the HAProxys host name, will there be any weird side-effects in how the connection pool works.

In common connetion pools such as in Java, this approach works fine.

@kardianos
Copy link
Contributor

I don't think there will be a problem. If it works in Java it will probably work here.

@golang golang locked and limited conversation to collaborators Nov 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants