In my application I am setting up connection with 3 MongoDB clusters. I wonder whether those 3 connection pools are set up on single thread pool or driver prepares separate thread pool for each connection pool?
In my application I am setting up connection with 3 MongoDB clusters. I wonder whether those 3 connection pools are set up on single thread pool or driver prepares separate thread pool for each connection pool?