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 #2760

Merged
merged 2 commits into from
Mar 29, 2021

Commits on Mar 19, 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 Mar 19, 2021
    Configuration menu
    Copy the full SHA
    ea70d8f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    45fd876 View commit details
    Browse the repository at this point in the history