Mirror Maker 2 error : "ERROR Scheduler for MirrorSourceConnector caught exception in scheduled task: syncing topic configs" #4528
Replies: 1 comment
-
Hi all, for the ACL error above we got to fix it with giving the user
Not sure though what this INFO message means, or if we really need to worry about it, but the part saying Found 1 topic-partitions missing on worries me a little bit. Does anyone has a take on what it is? @ajborley, sorry to tag you here, but I saw you replying some questions regarding mm2 here in strimzi. Would you know the reason of the message saying that there's a partition missing on target? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have been using kafka mirror maker 2 with the following configuration:
- TARGET: strimzi 0.21.1 -> kafka 2.7.0
- SOURCE: kafka 2.6.0 (remote to where we are running mirror)
On the TARGET side we are running strimzi with an ADMIN user, but on the SOURCE side it's a user with READ / DESCRIBE, and sometimes WRITE to topics, but not to all of them.
In this case we are testing a single topic, with the user being used capable of READ/WRITE/DESCRIBE the topic.
I keep anyway seeing the following error on mirror running:
I did a couple of tests regarding the config of the topic being mirrored:
sync.topics.configs.enabled
was not set at this moment.sync.topics.configs.enabled
as false, to try and prevent those messages to show up when creating the topic on our side but, it's still showing up.Mirror maker seems to still be working though, as we got some messages, very few, and the following message as INFO can be seen in the logs:
On the SOURCE side we have create the topic
mm2-offset-syncs.<TARGET-ALIAS>.internal
manually, as the user only has READ/WRITE/DESCRIBE.Here's the mirror spec:
So a couple of questions then:
Thanks,
Fernando
Beta Was this translation helpful? Give feedback.
All reactions