michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
247 stars 199 forks source link

Change InternalMongoConnector constructor's param from MongoClientSettings to MongoClientSettings.Builder #198

Closed ternovoy closed 4 years ago

ternovoy commented 4 years ago

Main reason that ClusterSettings.Builder defines mode during build() and does not override it when hosts value is changed. So right way is to use build() as last step.