-
Notifications
You must be signed in to change notification settings - Fork 34
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
Plans for ConnectionPool
beyond SingleNodeConnectionPool
?
#197
Comments
@mooreniemi The naming of We use |
Ah, I should have read further in the code, I'm sorry! Here I see opensearch-rs/opensearch/src/http/transport.rs Lines 413 to 414 in 1041309
I understand how in a context where a load balancer is not giving me a single Thanks for explaining! It might still be good to offer an example implementation of a multi-node case or to update the documentation here. |
@mooreniemi Want to contribute a sample? We've been adding those in other clients, e.g. https://github.com/opensearch-project/opensearch-py/tree/main/samples, along with guides. |
opensearch-rs/opensearch/src/http/transport.rs
Line 507 in 13d0d4b
I'm a bit confused that the only existing implementation vended is the
SingleNodeConnectionPool
. Is the intent to create a client per request, or to have users manage a pool of clients, or implement connection pools that actually pool connections?The text was updated successfully, but these errors were encountered: