featzhang opened a new pull request, #67: URL: https://github.com/apache/flink-connector-mongodb/pull/67
## What is the purpose of the change Sync the MongoDB connector documentation with the latest source/sink capabilities, fix a couple of long-standing typos, and align the Chinese and English docs. Tracked by [FLINK-39643](https://issues.apache.org/jira/browse/FLINK-39643). ## Brief change log - Document the `PAGINATION` partition strategy in the DataStream docs (zh + en). - Document the `setOrderedWrites` and `setBypassDocumentValidation` sink builder options in the DataStream docs and renumber the subsequent items (zh + en). - Fix `MongoDB Source` -> `MongoDB Sink` typo in the zh DataStream doc. - Fix `at-lease-once` -> `at-least-once` typo in the en Table doc. ## Verifying this change This change is a trivial rework / documentation update without any test coverage. - Reviewed the rendered docs locally for both `docs/content` and `docs/content.zh`. - Cross-checked the documented sink builder options against `MongoSinkBuilder` and `MongoWriteOptions`. - Cross-checked the documented partition strategies against `PartitionStrategy` (`SAMPLE`, `SPLIT_VECTOR`, `SHARDED`, `PAGINATION`, `SINGLE`, `DEFAULT`). ## Significant changes - [ ] Dependencies have been added or upgraded - [ ] Public API has been changed (Public API are classes annotated with `@Public(Evolving)`) - [ ] Serializers have been changed - [ ] New feature has been introduced - If yes, how is this documented? (not applicable / docs / JavaDocs / **changed docs**) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
