Skip to content

Commit

Permalink
beta status (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov authored Dec 5, 2022
1 parent 3175542 commit 0747e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ClickHouse Kafka Connect Sink
**The connector is available in alpha stage for early adopters. Please do not use it in production.**
**The connector is available in beta stage for early adopters. If you notice a problem, please [file an issue.](https://github.com/ClickHouse/clickhouse-kafka-connect/issues/new)**

clickhouse-kafka-connect is the official Kafka Connect sink connector for [ClickHouse](https://clickhouse.com/).

Expand Down Expand Up @@ -113,4 +113,4 @@ ClickHouse Kafka Connect reports the following metrics:
## Limitations
- Deletes aren’t supported.
- Batch size is inherited from the Kafka Consumer properties.
- When using KeeperMap for exactly-once and the offset is changed or rewinded, please delete the content from KeeperMap for that specific topic.
- When using KeeperMap for exactly-once and the offset is changed or rewinded, you need to delete the content from KeeperMap for that specific topic.

0 comments on commit 0747e38

Please sign in to comment.