Couchbase connection tuning in SDK 2

There are not many use cases to really use two different environments in one JVM (this is why we abstracted it away from the Cluster so you can reuse it in the first place). For example if you connect to multiple clusters and you want total isolation of thread pools and there like because one should not starve the other - but then in reality it’s just one JVM with shared resources…