This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 2bb184f43b278a5723b47262120aa3e80771f89b Author: Hyman-zhao <[email protected]> AuthorDate: Mon Feb 19 18:00:34 2024 +0800 [fix](docs) fix kafka-load error word #31116 --- docs/en/docs/data-operate/import/import-scenes/kafka-load.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/data-operate/import/import-scenes/kafka-load.md b/docs/en/docs/data-operate/import/import-scenes/kafka-load.md index 2d2539855e6..999d120862f 100644 --- a/docs/en/docs/data-operate/import/import-scenes/kafka-load.md +++ b/docs/en/docs/data-operate/import/import-scenes/kafka-load.md @@ -28,7 +28,7 @@ under the License. Users can directly subscribe to message data in Kafka by submitting routine import jobs to synchronize data in near real-time. -Doris itself can ensure that messages in Kafka are subscribed without loss or weight, that is, `Exactly-Once` consumption semantics. +Doris itself can ensure that messages in Kafka are subscribed without loss or duplicated, that is, `Exactly-Once` consumption semantics. ## Subscribe to Kafka messages --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
