MirrorMaker2 (sometimes?) not picking up newly-added topics, requiring a manual restart? #9599
Unanswered
frankgrimes97
asked this question in
Q&A
Replies: 3 comments 12 replies
-
@scholzj Is this something you've come across before? Any help/hints/insights would be most welcome! 🙏 |
Beta Was this translation helpful? Give feedback.
1 reply
-
FYI, I found the following fix in the Kafka-3.7.0 release notes (also fixed in the upcoming Kafka-3.6.2 release) that looks to me like it may be related: https://issues.apache.org/jira/browse/KAFKA-15372 |
Beta Was this translation helpful? Give feedback.
0 replies
-
FYI, it seems https://issues.apache.org/jira/browse/KAFKA-10582 has just been marked as closed and fixed in Kafka-3.5.0. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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're running strimzi-0.28.0 and kafka-3.0.0 and have noticed that when applying a change to
topicsPattern
to explicitly (not using wildcards) add a newly-created topic the mirroring doesn't start consistently.We noticed that even after many hours it had not started the mirroring of the new topic, so it doesn't appear to be explained by a simple delay happening... it was only after a full restart of the MirrorMaker2 pods that we saw data start to be mirrored for the newly-added topic.
I found the following Kafka bug report upstream which indicates that Kafka itself doesn't gracefully handle this:
Does or should Strimzi restart the MirrorMaker2 pods when
topicsPattern
changes are applied on theKafkaMirrorMaker2
CRD config?Has anyone else hit this same problem? Is there extra configuration or monitoring required to ensure that all listed topics are in fact mirroring data?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions