Replies: 1 comment 1 reply
-
The full Mirror Maker 2 logs will print the used configurations. So the start will be to look into them and see if the configurations are applied. TBH, I'm not sure the errors from the snippet have anything to do about this option. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please use this to only for bug reports. For questions or when you need help, you can use the GitHub Discussions, our #strimzi Slack channel or out user mailing list.
Describe the bug
I've tried multiple ways to increase the consumer timeout for mirrormaker2, but the log keeps stating disconnections after 30000ms
To Reproduce
Deploy a strimzi kafka cluster, all default values. Deploy Mirrormaker2 with timeout values and other relevant configs. For example: consumer.max.poll.interval.ms: 150000
NOTE: I'm replicating from a non-strimzi cluster to a strimzi cluster (as I want to migrate). One sits in a GCP West region and the other in a Central region. (reported latency between regions per google is 40ms)
Expected behavior
I expect the timeout time to increase in accordance to the stated config
Environment (please complete the following information):
--
- Infrastructure: GKE
YAML files and logs
cluster.yaml:
mm2.yaml:
logs:
Beta Was this translation helpful? Give feedback.
All reactions