vertx-mongo-client icon indicating copy to clipboard operation
vertx-mongo-client copied to clipboard

waitQueueMultiple not working : any alternate to modify/increate queue size?

Open gaurav-m opened this issue 5 years ago • 2 comments

Referring Issue https://github.com/vert-x3/vertx-mongo-client/issues/112

I am still facing this issue after setting waitQueueMultiple in mongo client config. 500 limit doesn't change.

Secondly, the doc on https://vertx.io/docs/vertx-mongo-client/java/ says

waitQueueMultiple The maximum number of waiters for a connection to become available from the pool. Default value is 500

Although from the code in PR (https://github.com/vert-x3/vertx-mongo-client/pull/113/files) it appears that this int value is a multiplier, and not the exact value.

gaurav-m avatar Dec 04 '19 07:12 gaurav-m

@gaurav-m We don't appear to support that option in the latest client, are you able to give an example of its usage?

karianna avatar May 12 '20 12:05 karianna

Hello, Any updates on setting the wait queue size? Is there any other way to set the connection pool to support more concurrent connections ? Thanks in advance.

MosheAvdiel avatar Aug 05 '21 13:08 MosheAvdiel