[Bug]: ERROR IO error forwarding REST request: (org.apache.kafka.connect.runtime.rest.RestClient) [qtp2025444884-163671] #9900
areebemumba
started this conversation in
General
Replies: 1 comment 6 replies
-
Please share the full logs. You should probably also share what you have in the |
Beta Was this translation helpful? Give feedback.
6 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.
-
Bug Description
I deployed Kafka MirrorMaker2 on Kubernetes. It's not able to mirror messages from the src Kafka to the target Kafka. These are the error logs from the
pod: my-mirror-maker-2-mirrormaker2-0
:k get svc -n kafka
k get pods -n kafka
Steps to reproduce
kubectl create -f 'https://strimzi.io/install/latest?namespace=kafka' -n kafka
Expected behavior
Messages should be replicated from src to target kafka topic.
Strimzi version
quay.io/strimzi/operator:0.40.0
Kubernetes version
1.27
Installation method
Helm Chart
Infrastructure
Amazon EKS
Configuration files and logs
Deploy Kafka MirrorMaker2:
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions