Skip to content

How to use ClusterPipeline in production #2767

Answered by sazzad16
dalei2019 asked this question in Q&A
Discussion options

You must be logged in to vote
  1. You can create ClusterConnectionProvider once and use in multiple non-parallel ClusterPipeline(s). The same provider can also be used multiple parallel ClusterPipeline(s) which would be limited by GenericObjectPoolConfig<Connection> of ClusterConnectionProvider.
  2. You can directly create new ClusterPipeline(CLUSTER_NODES, DEFAULT_CLIENT_CONFIG).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dalei2019
Comment options

@luxe
Comment options

@sazzad16
Comment options

Answer selected by sazzad16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2766 on December 26, 2021 06:16.