MM2 unable to replicate messages larger than 1Mb #6243
Replies: 5 comments 1 reply
-
What is the value of asking the same question in multiple places? It just creates confusion because if someone replies somewhere with a solution, it will leave it open on many other places. |
Beta Was this translation helpful? Give feedback.
-
It's a feature of Github, when you create a discussion it prompts you to open an issue too. |
Beta Was this translation helpful? Give feedback.
-
Well, my understanding is that that is a feature if the discussion discovers some bug for example and you want to open an issue for it. Right now the question is asked twice ... two different URLs, two different search results: |
Beta Was this translation helpful? Give feedback.
-
@JordanPawlett It's works for me
Kafka brokers (or topics):
|
Beta Was this translation helpful? Give feedback.
-
What fixed this problem for us is to add
Only the relevant config lines included |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Discussed in #5932
Originally posted by JordanPawlett November 23, 2021
Hello, I'm struggling to figure out how to properly define producer and consumer configuration for the KafkaMirrorMaker2 CRD, as i can't seem to find any relevant documentation.
I'm trying to replicate a few topics from our source cluster to the target cluster. The caveat is, that a few of the topics contain messages that are larger than 1MB in size.
The topics which contain messages that are smaller than 1MB replicate fine. However, the rest do not.
I found this error in the mirrormaker2-cluster-status topic.
We consistently see these errors in the logs from each node
Here's our CRD configuration.
I've tried to define both producer and consumer configuration in a multitude of ways, with no prevail.
If anyone could offer any advice or point me in the right directly / documentation, that'd be great. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions