Skip to content

Commit d18e103

Browse files
committed
Update README
1 parent 49f1ff9 commit d18e103

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kafka replicator
22

3-
*Kafka Replicator* is an easy to use tool for copying data between two Apache Kafka clusters with configurable re-partitionning strategy.
3+
**Kafka Replicator** is an easy to use tool for copying data between two Apache Kafka clusters with configurable re-partitionning strategy.
44

55
Data will be read from topics in the origin cluster and written to a topic/topics in the destination cluster according config rules.
66

@@ -9,13 +9,13 @@ Data will be read from topics in the origin cluster and written to a topic/topic
99

1010
Lets start with an overview of features that exist in kafka-replicator:
1111

12-
* [x] *Data replication:* Real-time event streaming between Kafka clusters and data centers;
13-
* [ ] *Schema replication:* Copy schema from source cluster to destination;
14-
* [x] *Flexible topic selection:* Select topics with configurable config;
15-
* [ ] *Auto-create topics:* Destination topics are automatically created for strict_p2p strategy;
16-
* [x] *Stats:* The tool shows replication status;
17-
* [ ] *Monitoring:* Kafka replicator exports stats via prometheus.
18-
* [ ] *Cycle detection*
12+
* [x] **Data replication:** Real-time event streaming between Kafka clusters and data centers;
13+
* [ ] **Schema replication:** Copy schema from source cluster to destination;
14+
* [x] **Flexible topic selection:** Select topics with configurable config;
15+
* [ ] **Auto-create topics:** Destination topics are automatically created for strict_p2p strategy;
16+
* [x] **Stats:** The tool shows replication status;
17+
* [ ] **Monitoring:** Kafka replicator exports stats via prometheus.
18+
* [ ] **Cycle detection**
1919

2020

2121

0 commit comments

Comments
 (0)