Mirror between two external Kafka clusters using MirrorMaker2 #5220
Unanswered
kmandal-volvo
asked this question in
Q&A
Replies: 2 comments 4 replies
-
I do not know what |
Beta Was this translation helpful? Give feedback.
2 replies
-
Now certificate issue resolved. I don't find many issues in the log but the mirror maker pod is failed. Please find attached the log, waiting for your information. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Strimzi: 0.20.X
Kafka: 2.6.0
KafkaConnect: 2.6.0
KafkaMirrorMaker: 2.6.0
PROBLEM DESCRIPTION:
I have encountered SslAuthenticationException: Failed to process post-handshake messages problems when I have tried to deploy KafkaMirrorMaker2 instance to replicate data between 2 Kafka clusters.
vcc-internal-esp-sandbox is in vcc-internal-esp namespace in one AKS clusters
vcc-internal-esp is in vcc-internal-esp namespace in another AKS clusters
Now I want to mirror data from vcc-internal-esp to vcc-internal-esp-sandbox using the external routes in aks clusters. I have copied and depolyed vcc-internal-esp-sandbox (target cluster where mirror maker deployed ) certificate and secret to vcc-internal-esp cluser (kafka cluster topic which I need to access from vcc-internal-esp-sandbox) .
vcc-internal-esp-sandbox broker bootstap url is 10.40.205.45:9094 and kafkaconnect bootstap url is vcc-internal-esp-sandbox-kafka-bootstrap:9093
vcc-internal-esp broker bootstap url is kafka.test.volvocars.net:9094 and kafkaconnect bootstap url is vcc-internal-esp-kafka-bootstrap:9093
MirrorMaker2 yaml:
Logfile Attached
sandbox-mirror-maker-2-mirrormaker2-7b7fd7697-z5ttc.log
Beta Was this translation helpful? Give feedback.
All reactions