eiffel-community/eiffel-intelligence

Impelement support for MongoDB replica sets.

Closed this issue · 0 comments

Description

Replica sets provide a way to configure a set of multiple MongoDB instances that MongoDB client in EI could use.

Replica sets is configured via the Spring MongoDB uri setting.

Not to confuse users to what setting to use they should always use uri.

Motivation

Increase robustness of the application.

Exemplification

Benefits

Increase robustness of the application.

Possible Drawbacks

Old confoguration for host, port, username and password will no longer work.