MirrorMaker2: no messages replicated when MM2 replicas set to 3 for IdentityReplicationPolicy #6114
Unanswered
EmiliaNowakowska
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We have MirrorMaker2 configured on AWS EKS cluster.
We would like to have 3 MM2 replicas for active/passive replication (
replication.policy.class: "io.strimzi.kafka.connect.mirror.IdentityReplicationPolicy"
).Unfortunately for topics replicated with MM2 when replicas are set to 3, messages are not replicated (nothing is visible for CLI consumer).
For 1 MM2 replica or 2 MM2 replicas messages are visible in CLI consumer.
Could you please advise what are we missing in the MM2 config for 3 replicas?
Do we need some special settings for 3 MirrorMaker2 replicas?
Is it dependent on other settings? Kafka settings?
Our target cluster is Confluent Cloud cluster. Our consumer in CLI:
confluent kafka topic consume -b 2-test-mm2 -vvvv
For MirrorMaker2 config we use Confluent Cloud Global Access Key (for testing), as a final solution we would like to use Confluent Cloud API key associated with service account.
kubectl -n <namespace-name> create secret generic <secret-name> --from-literal=target-key-<API-key-name>=<API-secret-value>
Beta Was this translation helpful? Give feedback.
All reactions