Use multiple couchbase with auth and no auth in .NET

@peacecwz

ClusterHelper is just that, a helper. It’s designed to help the 99% use case where the consumer has a single cluster and needs to keep a singleton reference to that cluster. To use multiple clusters, you’ll need to manage your own singletons, one for each cluster. Just instantiate a Cluster instance for each and keep them open for the application lifetime.

2 Likes