Hi,
We’ve just upgraded the Java Driver (mongodb-driver-sync & bson) from 4.2.3 to 4.7.0. Within the connection string we have the option waitqueuemultiple
. After the driver upgrade while the service is starting up, we can see on the log console a warning message which is like the following:
Connection string contains unsupported option 'waitqueuemultiple'.
The service is still working, but it is working under non performance scenarios, I’d like to know which alternative and why this options was removed. I tried to investigate within the source code where is this validation made, but there is nothing about this on mongodb-driver-core-4.7.0 nor mongodb-driver-sync-4.7.0
Thanks