-
Notifications
You must be signed in to change notification settings - Fork 10
DOCSP-51889-retryable-reads-and-writes #126
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
base: comp-cov
Are you sure you want to change the base?
DOCSP-51889-retryable-reads-and-writes #126
Conversation
✅ Deploy Preview for docs-kotlin-sync ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🔄 Deploy Preview for docs-kotlin-sync processing
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left a few suggestions, but looks good!
source/crud/configure.txt
Outdated
Retryable Reads and Writes | ||
-------------------------- | ||
|
||
{+driver-short+} automatically retries certain read and write operations a single time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{+driver-short+} automatically retries certain read and write operations a single time | |
The {+driver-short+} automatically retries certain read and write operations once |
source/crud/configure.txt
Outdated
``retryWrites`` option to ``False`` in a ``MongoClientSettings`` instance. You can also | ||
set the ``retryReads`` or ``retryWrites`` options in your connection URI. | ||
|
||
The following example sets both retryable reads and retryable writes to ``False``. Select the :guilabel:`MongoClientSettings` or :guilabel:`Connection URI` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following example sets both retryable reads and retryable writes to ``False``. Select the :guilabel:`MongoClientSettings` or :guilabel:`Connection URI` | |
The following example sets both retryable reads and retryable writes to ``false``. Select the :guilabel:`MongoClientSettings` or :guilabel:`Connection URI` |
suggestion: B/c it is lowercase in code
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-51889
Staging Links
Self-Review Checklist