Hello , I trying to use Socks5 after saw the JAVA-4347 got implemented in version 4.11 but happend the exception down below
Caused by: com.mongodb.MongoClientException: Proxy is not supported for reactive clients
at com.mongodb.reactivestreams.client.MongoClients.create(MongoClients.java:116)
at com.mongodb.reactivestreams.client.MongoClients.create(MongoClients.java:89)
at com.mongodb.reactivestreams.client.MongoClients.create(MongoClients.java:74)
at org.springframework.data.mongodb.core.SimpleReactiveMongoDatabaseFactory.<init>(SimpleReactiveMongoDatabaseFactory.java:64)
But the Socks5 connection works fine in core lib , any suggestion?