[
https://issues.apache.org/jira/browse/KAFKA-7500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Arve Sundt updated KAFKA-7500:
----------------------------------
Comment: was deleted
(was: I'm testing to replicate all topics from one Kafka cluster to replica
Kafka cluster(active/pasive), with the same topic name, include topic data,
consumers' offset and configuration settings for topics. I can see topic data
and consumers' offset, but I am not able to see the configuration settings for
topic. I also need to have the same name for topic in replica. Can anyone
explain what I am doing wrong?
mm2.properties settings:
connector.class = org.apache.kafka.connect.mirror.MirrorSourceConnector
clusters = A1,B2
A1.bootstrap.servers = host:port
B2.bootstrap.servers = host:port
A1->B2.enabled = true
A1->B2.topics = test-topic
rename.topics = true
sync.topic.configs = true
sync.topic.acls = false
)
> MirrorMaker 2.0 (KIP-382)
> -------------------------
>
> Key: KAFKA-7500
> URL: https://issues.apache.org/jira/browse/KAFKA-7500
> Project: Kafka
> Issue Type: New Feature
> Components: KafkaConnect, mirrormaker
> Affects Versions: 2.4.0
> Reporter: Ryanne Dolan
> Assignee: Ryanne Dolan
> Priority: Major
> Labels: pull-request-available, ready-to-commit
> Fix For: 2.4.0
>
> Attachments: Active-Active XDCR setup.png
>
>
> Implement a drop-in replacement for MirrorMaker leveraging the Connect
> framework.
> [https://cwiki.apache.org/confluence/display/KAFKA/KIP-382%3A+MirrorMaker+2.0]
> [https://github.com/apache/kafka/pull/6295]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)