-
Notifications
You must be signed in to change notification settings - Fork 20
DOCSP-30724: Connection Troubleshooting page #115
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
DOCSP-30724: Connection Troubleshooting page #115
Conversation
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.
lgtm but address comments before merging!
| string by using the :ref:`Connect to MongoDB Atlas <connect-atlas-kotlin-driver>` | ||
| code example. Make sure to replace the connection string in the example. |
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 linked example has a different title than the one in the line
| string by using the :ref:`Connect to MongoDB Atlas <connect-atlas-kotlin-driver>` | |
| code example. Make sure to replace the connection string in the example. | |
| string by using the :ref:`Atlas Connection Example <connect-atlas-kotlin-driver>`. | |
| Make sure to replace the connection string in the example with yours. |
| val mongoClient = | ||
| MongoClients.create("mongodb://<username>:<password>@<hostname>:<port>/?authSource=users"); |
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.
I: make sure that your indentation doesn't affect your code examples. Also, I don't think this code example is correct, per the connection guide
| val mongoClient = | |
| MongoClients.create("mongodb://<username>:<password>@<hostname>:<port>/?authSource=users"); | |
| val mongoClient = MongoClient.create("mongodb://<username>:<password>@<hostname>:<port>/?authSource=users") |
| Error Sending Message | ||
| ~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| When you end a request through the driver and it is unable to send the command, |
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.
| When you end a request through the driver and it is unable to send the command, | |
| When you send a request through the driver and it is unable to send the command, |
|
|
||
| === | ||
| FAQ | ||
| === |
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.
S: add a note to this page linking to the connection troubleshooting guide like the java one has: https://github.com/mongodb/docs-java/blob/6b87e5d49f837d6f1d9a16909d09df58828278a5/source/faq.txt#L18-L23
|
✨ Staging URL: https://docs-mongodborg-staging.corp.mongodb.com/kotlin/docsworker-xlarge/master/ 🪵 Logs |
# Pull Request Info [PR Reviewing Guidelines](https://github.com/mongodb/docs-java/blob/master/REVIEWING.md) ## [JIRA ](https://jira.mongodb.org/browse/DOCSP-30463) ## [Staging ](https://docs-mongodbcom-staging.corp.mongodb.com/kotlin/docsworker-xlarge/DOCSP-30724-connection-troubleshooting-page/connection-troubleshooting/) ## Self-Review Checklist - [x] Is this free of any warnings or errors in the RST? - [x] Did you run a spell-check? - [x] Did you run a grammar-check? - [x] Are all the links working? (cherry picked from commit ffc3935)
# Pull Request Info [PR Reviewing Guidelines](https://github.com/mongodb/docs-java/blob/master/REVIEWING.md) ## [JIRA ](https://jira.mongodb.org/browse/DOCSP-30463) ## [Staging ](https://docs-mongodbcom-staging.corp.mongodb.com/kotlin/docsworker-xlarge/DOCSP-30724-connection-troubleshooting-page/connection-troubleshooting/) ## Self-Review Checklist - [x] Is this free of any warnings or errors in the RST? - [x] Did you run a spell-check? - [x] Did you run a grammar-check? - [x] Are all the links working? (cherry picked from commit ffc3935)
Pull Request Info
PR Reviewing Guidelines
JIRA
Staging
Self-Review Checklist