Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Merge mongo doc improvements #511

Merged
merged 1 commit into from
Dec 9, 2021
Merged

Merge mongo doc improvements #511

merged 1 commit into from
Dec 9, 2021

Conversation

anthonyalberto
Copy link
Contributor

#462

Credit goes to @rossjones, thx!

| ------------------ | ------------------------------------------------------------ | ------------------------------ |
| uri | Defines the full connection string of the MongoDB database. | mongodb://127.0.0.1:27017/test |
| timeout | Overrides the default session timeout and should be parseable by time.ParseDuration | 10s |
| tail | Set the flag to tell the Client whether or not access to the oplog will be needed | false |
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we rewrite the tailing description to read:

Whether the source connection will listen for updates after the initial sync (requires oplog access)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants