dropwizard-mongo
dropwizard-mongo copied to clipboard
A Dropwizard bundle for MongoDB
Fixes #19 I haven't yet had the opportunity to test this with the integration suite, but plan to do so shortly. If you're able to so in the meantime then...
Hi, create Job!! But we need the possibility to change the authentication database. E.g. The users are managed in database 'admin' and the data are stored in db 'myData'. Is...
We had a primary fail last week, causing one of the slaves to become master. The out of the box configuration for this bundle does not seem to handle this...
The current example seems to be getting used as a starting point for peoples applications. This seems to be causing frustration for people with existing collections that use types like...
When running "mvn clean install -P integration-tests" i get [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (up-vagrant) on project dropwizard-mongo-parent: Command execution failed. Process exited with an error: 1 (Exit value:...
The MongoClientOptions.Builder class supports several listeners that can be added to a client. Register metrics on the client using the MongoClientBuilder. Something like: ``` client = new MongoClientBuilder() ... .withMetrics(Registry...