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.

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.