Skip to content

Commit

Permalink
Update source/client-side-encryption/client-side-encryption.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Mikola <jmikola@gmail.com>
  • Loading branch information
blink1073 and jmikola committed Mar 4, 2024
1 parent 9e6a69d commit 70d8373
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/client-side-encryption/client-side-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -2129,9 +2129,10 @@ Because single threaded drivers may exceed `serverSelectionTimeoutMS` by the dur

### What's the deal with metadataClient, keyVaultClient, and the internal client?

When automatically encrypting a command, the driver runs: - a `listCollections` command to determine if the target
collection has a remote schema. This uses the `metadataClient`. - a `find` against the key vault collection to fetch
keys. This uses the `keyVaultClient`.
When automatically encrypting a command, the driver runs:

- a `listCollections` command to determine if the target collection has a remote schema. This uses the `metadataClient`.
- a `find` against the key vault collection to fetch keys. This uses the `keyVaultClient`.

#### Why not reuse the parent MongoClient when maxPoolSize is limited?

Expand Down

0 comments on commit 70d8373

Please sign in to comment.