Replies: 1 comment 3 replies
-
The error suggests you are trying to send bigger messages then you configured it for. You should probably start by sharing the configurations (the custom resources) and logs from the Kafka clusters and Mirror Maker. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
Hello,
I am trying to move data from my old Kafka cluster (not running Strimzi) to a Strimzi cluster running slidelined in the same namespace.
After a few minutes of moving data, Mirrormaker2 stops and throws the following error:
The request included a message larger than the max message size the server will accept
I tried to configure both Mirrormaker and Strimzi, however, I am unable to fit the larger message size to my Strimzi cluster.
The config files sent under the logs contains a lot of trail and error settings from many config files I found, but I am hoping someone can shed a light to what is going on and what I am missing (or we whether it may be an issue with Strimzi MM2)
Errors thrown from Mirrormaker
From the Kafka Mirrormaker pod logs
The Kafka Mirrormaker2 resource
Steps to reproduce
Expected behavior
No response
Strimzi version
0.35.1
Kubernetes version
1.25.5
Installation method
HELM chart through Terraform
Infrastructure
AKS
Configuration files and logs
Configuration
Kafka
Mirrormaker
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions