MirrorMaker2 connectors get ConnectionRestException #5206
Unanswered
AvihuHenya
asked this question in
Q&A
Replies: 1 comment 11 replies
-
Sorry, but where do you get the message? In some logs? In |
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.
-
Strimzi: 0.19.0
Kafka: 2.4.0
KafkaConnect: 2.4.0
KafkaMirrorMaker: 2.4.0
Hi all. I have encountered some problems when I have tried to deploy KafkaMirrorMaker2 instance to migrate data between 2 Kafka clusters. When applying the resource, I get error message regarding the 3 connectors related to the MirrorMaker (sourceConnector, checkpointConnector, heartbeatConnector).
The error message is:
GET
/connectors/source-cluster->target-cluster.MirrorCheckpointConnector/config returned 500 (Internal Server Error): Request timed out
and so for the 2 other connectors:
/connectors/source-cluster->target-cluster.MirrorSourceConnector/config
/connectors/source-cluster->target-cluster.MirrorHeartbeatConnector/config
KafkaMirrorMaker2 Yaml:
Beta Was this translation helpful? Give feedback.
All reactions