From 80194fc234155e6e4779d90c27d9cf3e6c5b7189 Mon Sep 17 00:00:00 2001 From: daleiz <30970925+daleiz@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:16:20 +0800 Subject: [PATCH] fix grammer (#55) --- docs/develop-with-kafka-api/compatibility.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/develop-with-kafka-api/compatibility.md b/docs/develop-with-kafka-api/compatibility.md index fd02666..e1e06b4 100644 --- a/docs/develop-with-kafka-api/compatibility.md +++ b/docs/develop-with-kafka-api/compatibility.md @@ -5,13 +5,13 @@ HStream also supports Kafka API since 0.19.0, so users can connect to HStream using Kafka clients. HStream implements [Kafka protocol](https://kafka.apache.org/protocol.html) underly, so you do not -need to change any code in your current Kafka applications, just updating the -Kafka URLs in your configurations to point to a HStream cluster, and that is it, -then you can start streaming from your Kafka applications to a HStream cluster. +need to change any code in your current Kafka applications; just update the +Kafka URLs in your configurations to point to an HStream cluster, and that is it; +then you can start streaming from your Kafka applications to an HStream cluster. ::: tip -Refer to [get started with Kafka API](../start/get-started-with-kafka-api.md) to +Refer to [Get Started with Kafka API](../start/get-started-with-kafka-api.md) to learn how to enable HStream'support of Kafka API. ::: @@ -21,7 +21,7 @@ learn how to enable HStream'support of Kafka API. HStream supports Apache Kafka version 0.11 and later, and most Kafka clients should be able to auto-negotiate protocol versions. -Currenty, the clients below are tested by HStream. +Currently, the clients below are tested by HStream. | Language | Kafka Client | | -------- | ----------------------------------------------------------- | @@ -38,7 +38,7 @@ Recommand using the latest version of each Kafka client ## Features not supported in Apache Kafka -HStream do not support below Kafka features now(we plan to support them in the +HStream does not support below Kafka features now(we plan to support them in the later version): - Kafka transactions @@ -46,8 +46,8 @@ later version): ::: tip -The configuration of Kafka brokers is not applicable to HStream, as HStream is a -completely different implementation. +The configuration of Kafka brokers does not apply to HStream, as HStream is an +entirely different implementation. :::