Having issues replicating topics / CGs from Confluent Kafka managed cluster to Strimzi Kafka cluster #8841
Replies: 2 comments 3 replies
-
It is not really clear what is not working without a full log. But if your Confluent cluster has |
Beta Was this translation helpful? Give feedback.
3 replies
-
Finally found my issue - it was because the This gave me the answer I needed: #2825 (comment). TL;DR I was unblocked by this config for the target connector:
|
Beta Was this translation helpful? Give feedback.
0 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.
-
Background
I have 2 Kafka clusters - one is a managed Confluent Kafka cluster (
dev-gcp-us-west1-yak
), and the other is a Strimzi Kafka cluster (kafka-broker-1
) that I have running locally via minikube. The MirrorMaker2 workload is also running on minikube, and this implementation is attempting to replicate messages from thedev-gcp-us-west1-yak
cluster to thekafka-broker-1
cluster.From what I understand, the Confluent Kafka cluster is using the following configs:
I'm not exactly sure why that is, and I'll ask Confluent more about this when I can, but for now I'm trying to understand why this isn't working.
Strimzi Kafka Operator configs
kafka-broker-1 cluster configs
user configs for kafka-broker-1 cluster
mirrormaker2 configs
Error Logs
These are the following errors logs that I see when I spin mirrormaker up:
Am I doing something wrong with the connection setup for Mirrormaker2? It seems like I am, but I'm not exactly sure how to address it.
Beta Was this translation helpful? Give feedback.
All reactions