Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL's retryWrites query parameter is ignored when auto-configuring a reactive Mongo client #14032

Commits on Aug 9, 2018

  1. Propagate retryWrites flag to ReactiveMongoClient

    Add retryWrites flag to set of flags propagated from connection string
    to ReactiveMongoClient.
    
    Regular MongoClientFactory relies of MongoClientURI class that
    propagates all flags in its getOptions() method.
    GreyTeardrop committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    140d544 View commit details
    Browse the repository at this point in the history