[Bug]: MirrorMaker2 KafkaAdminClient keystore password was incorrect #10760
Replies: 4 comments 6 replies
-
We had similar bugs to this in the past. So I think upgrading to latest version and seing if you still have the issue would be a good start. Also, make sure how you use the base container image from the same version of Strimzi as you use as this also tends to cause this kind of issues. |
Beta Was this translation helpful? Give feedback.
-
Ok I'll give that a try, but it might be longer pull as we have other components that are dependent on Strimzi. Are you able to find the commit where this was fixed? I'm saw you fixed a similar issue three years ago, but I'm pretty sure that was included in the version we're currently using |
Beta Was this translation helpful? Give feedback.
-
Hey there - I upgraded our Strimzi Kafka Operator to
Since I'm not specifying an image to use in my manifest, I see that the image used in the pod is Here is the manifest I'm using, and attached are pod logs
|
Beta Was this translation helpful? Give feedback.
-
closing as this issues stems from the source and target cluster being the same, which is not something Strimzi currently supports |
Beta Was this translation helpful? Give feedback.
-
Bug Description
Hey there - I am trying to set up MirrorMaker2 on k8s. I am intending to use it to rename topics that live on the same cluster, and I will eventually implement my own
ReplicationPolicy
. As of now, I want to set it up so that thesourceCluster
and thetargetCluster
are the same.I've attached the manifest I used to create the
KafkaMirrorMaker2
resource, as well as the logs. It seems like it creates two keys/tmp/kafka/cluster.truststore.p12
/tmp/kafka/clusters/default-cluster.truststore.p12
It seems like one of those keys work, since I do see the follow MirrorMaker topics created on my Kafka cluster
mirrormaker2-cluster-status
mirrormaker2-cluster-configs
mirrormaker2-cluster-offsets
And the status and configs topics both have messages in them.
Looking at the pod logs, it fails to start the connector since it fails to create a
KafkaAdminClient
Exec-ing into the pod also shows that the two keys are the same size; I'm assuming one must work since I see topics created on the cluster. How come the it seems like
/tmp/kafka/clusters/default-cluster.truststore.p12
doesn't work? Is there any way around this?Steps to reproduce
Expected behavior
I would expect the KafkaMirrorMaker2 task to get into a running state
Strimzi version
0.33.2
Kubernetes version
1.29
Installation method
YAML files
Infrastructure
Amazon EKS
Configuration files and logs
my-mirror-maker-mirrormaker2-97856fd6d-gjcrb.log
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions