-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
contribution wantedthis feature is wanted but won't be implemented by core team due to limited resourcesthis feature is wanted but won't be implemented by core team due to limited resourcesfixed & releasedgood first issue
Description
Currently JaversMongoAutoConfiguration.java forces you to use the autowired MongoClient (and MongoProperties). This is fine if you want to have javers auditing in the same host:DB as your primary mongoDB.
We have a use case where we want to keep the (javers) auditing DB and primary MongoDB separate and for that we want to be able to pass in mongo credentials from the properties file (e.g. with javers.uri) that will cause the autoconfig class to create a MongoClient instead of using the autowired instance.
What are the thoughts on this? Would be happy to submit a pull-request.
Metadata
Metadata
Assignees
Labels
contribution wantedthis feature is wanted but won't be implemented by core team due to limited resourcesthis feature is wanted but won't be implemented by core team due to limited resourcesfixed & releasedgood first issue