I am trying to upgrade to the latest Mongo Java Driver and hit a bump along the road.
MongoClientSettings used to be have the streamFactoryFactory method which I was using to pass my own SocketFactory.
With that method removed is there any way to setup a SocketFactory? If not, what are my alternatives?