Skip to content

Commit

Permalink
fix note block
Browse files Browse the repository at this point in the history
  • Loading branch information
daleiz committed Jan 8, 2024
1 parent 38fc502 commit 7cc74da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 15 additions & 9 deletions docs/develop-with-kafka-api/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

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.

> [!NOTE]
>
> Refer to [get started with Kafka API](../start/get-started-with-kafka-api.md) to learn how to enable HStream'support of Kafka API.
::: note

Refer to [get started with Kafka API](../start/get-started-with-kafka-api.md) to learn how to enable HStream'support of Kafka API.

:::

## Compatibility with Apache Kafka

Expand All @@ -21,9 +23,11 @@ Currenty, the clients below are tested by HStream.
| Go | [franz-go](https://github.com/twmb/franz-go) |
| C/C++ | [librdkafka](https://github.com/confluentinc/librdkafka) |

> [!NOTE]
>
> Recommand using the latest version of each Kafka client
::: note

Recommand using the latest version of each Kafka client

:::

## Features not supported in Apache Kafka

Expand All @@ -32,6 +36,8 @@ HStream do not support below Kafka features now(we plan to support them in the l
- Kafka transactions
- Quotas in Kafka

> [!NOTE]
>
> The configuration of Kafka brokers is not applicable to HStream, as HStream is a completely different implementation.
::: note

The configuration of Kafka brokers is not applicable to HStream, as HStream is a completely different implementation.

:::
2 changes: 1 addition & 1 deletion docs/develop-with-kafka-api/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This page shows how to use [Apache Kafka Java Client](https://github.com/apache/kafka) to interact with HStream.


::: tip
::: note
Replace the variables in the following code according to your setup.
:::

Expand Down

0 comments on commit 7cc74da

Please sign in to comment.