How to connect to multiple clusters in the same client? #8478
-
Prior to v7.x, we were able to use a ClientBuilder to concurrently connect to multiple clusters. How is this best achieved now that ClientBuilder has been removed in v7.x? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
ReubenBond
Jun 8, 2023
Replies: 1 comment 3 replies
-
It's similar in 7.x. Think of it as the ClientBuilder being unbundled from the HostBuilder. For each client, you would create a new HostBuilder and then add the client to it |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
eb2tech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's similar in 7.x. Think of it as the ClientBuilder being unbundled from the HostBuilder.
For each client, you would create a new HostBuilder and then add the client to it