File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Kafka replicator
2
2
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.
4
4
5
5
Data will be read from topics in the origin cluster and written to a topic/topics in the destination cluster according config rules.
6
6
@@ -9,13 +9,13 @@ Data will be read from topics in the origin cluster and written to a topic/topic
9
9
10
10
Lets start with an overview of features that exist in kafka-replicator:
11
11
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* *
19
19
20
20
21
21
You can’t perform that action at this time.
0 commit comments