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

fix(NODE-2995): Add shared metadata MongoClient [PORT 4.0] #2772

Merged
merged 1 commit into from
Apr 8, 2021

Commits on Apr 2, 2021

  1. fix(NODE-2995): Add shared metadata MongoClient

    Automatic client side encryption needs to perform metadata look ups
    like listCollections. In situations where the connection pool size
    is constrained or in full use it can be impossible for an operation
    to proceed. Adding a separate client in these situations permits the
    metadata look ups to proceed unblocking operations.
    nbbeeken committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    1e4cf32 View commit details
    Browse the repository at this point in the history