IConnectionPoolDefinition in .Net SDK3

I’m switching from SDK 2 to SDK3 in my .NET application and I can’t find where the IConnectionPool settings went. Are they still necessary? I also didn’t find enough documentation to help in this case.

@Cadu

There are settings controlling the connection pool in ClusterOptions, such as NumKvConnections and MaxKvConnections. Note that these are now cluster-level settings rather than per-bucket. The defaults are generally good for most use cases, but they can be fine-tuned if required.