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 metadata client usage #168

Merged
merged 3 commits into from
Apr 6, 2021

Conversation

nbbeeken
Copy link
Contributor

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.

Related to: mongodb/node-mongodb-native#2760

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 nbbeeken marked this pull request as ready for review March 19, 2021 20:02
Copy link

@emadum emadum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be targeting 4.0 rather than master?

@nbbeeken
Copy link
Contributor Author

Should this be targeting 4.0 rather than master?

This is the libmongocrypt repo 🙂 not the driver

@nbbeeken nbbeeken merged commit 55ee965 into master Apr 6, 2021
@nbbeeken nbbeeken deleted the NODE-2995/CSFLE-metadataClient branch April 6, 2021 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants