Replies: 3 comments 2 replies
-
The error seems pretty clear:
You have large messages in your Kafka cluster. That is a bad pattern, and it also does not work with Kafka's default configuration. You would need to configure the Kafka broker and the Mirror Maker to accept messages with larger size than 1048576. Why are you opening a bug issue for something that is pretty clearly explained in the error you got and is clearly not a Strimzi bug? |
Beta Was this translation helpful? Give feedback.
-
Jakub, sorry for that. Didn't check discussions. Thank you a lot! And also it's not clear how to set to mirrorMaker. Here is mentioned as least two ways and none of them is approved |
Beta Was this translation helpful? Give feedback.
-
Thank you!! What the most easiest way to identrify these heavy messages in strimzi brokers ? |
Beta Was this translation helpful? Give feedback.
-
Bug Description
I have 2 different clusters deployed in 2 namespaces. (kafka and kafka1)
I have 1 strimzi-operator with env STRIMZI_NAMESPACE: *
So I had empry second cluster as replica. Then I deployed mirrorMaker.
But now main cluster is 12.13GB and replication that was filled by MM is 99MB
Replica factor is 1 for both clusters.
And I cant see any progress. This is final version of replication.
But then I opened MirrorMaker2 state and found error with max bytes of message.
I didnt find anything in docs where I can specify maximum bytes of message
And can it be the reason why data is not copied?
Steps to reproduce
No response
Expected behavior
Ability to specify max bytes of message that must be replicated
Strimzi version
0.40.0
Kubernetes version
1.30.6-gke.1596000
Installation method
Helm chart
Infrastructure
GKE
Configuration files and logs
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions