Skip to content

Commit

Permalink
fix grammer (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
daleiz authored Jan 10, 2024
1 parent 439b105 commit 80194fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/develop-with-kafka-api/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::
Expand All @@ -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 |
| -------- | ----------------------------------------------------------- |
Expand All @@ -38,16 +38,16 @@ 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
- Quotas in Kafka

::: 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.

:::

Expand Down

0 comments on commit 80194fc

Please sign in to comment.