[
https://issues.apache.org/jira/browse/KAFKA-10183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Liraz Sharaby resolved KAFKA-10183.
-----------------------------------
Resolution: Done
Increasing max.tasks seems to have resolved the issue.
As per documentation example, our max.tasks was set to 1.
> MirrorMaker creates duplicate messages in target cluster
> --------------------------------------------------------
>
> Key: KAFKA-10183
> URL: https://issues.apache.org/jira/browse/KAFKA-10183
> Project: Kafka
> Issue Type: Bug
> Components: mirrormaker
> Affects Versions: 2.4.0, 2.5.0
> Environment: Centos7.7
> Reporter: Liraz Sharaby
> Priority: Major
>
> Issue: Mirror maker creates a consumer-producer pair per server listed inĀ
> bootstrap.servers (mirrormaker config), resulting in duplicate messages in
> target cluster.
> When specifying 3 bootstrap servers, target topic will have 3 times the
> messages its source does.
> When specifying a single bootstrap server, only 1 consumer-producer pair is
> created, and message count is identical in source and target topics.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)