Skip to content

Commit

Permalink
fix block
Browse files Browse the repository at this point in the history
  • Loading branch information
daleiz committed Jan 8, 2024
1 parent 0067608 commit 55485e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/develop-with-kafka-api/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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 @@ -23,7 +23,7 @@ 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
::: tip

Recommand using the latest version of each Kafka client

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

::: note
::: tip

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

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


::: note
::: tip

Replace the variables in the following code according to your setup.

:::

## Create a Topic
Expand Down

0 comments on commit 55485e5

Please sign in to comment.