How can I disable the mongodb connection pool in the java driver?
I am designing a project in which you already implement your own connection pool, but when starting the server, I realize that the mongodb driver tries to start its own connection pool, I would just like to use the connection pool that it uses the project and not that of mongo, as it seems redundant and this first one has additional methods necessary for the project.