Replies: 1 comment 4 replies
-
Sorry, I don't follow what exactly are you asking. The topics will be mirrored into their prefixed mirrors from which you can consume the messages. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hi @scholzj
We have deployed 2 cluster in different DC (active/active) setup using mirror maker at both side.
Currently Route53 pointing to primary DC so producer and consumer both use same Route53 to reach the primary DC kafka for the topic "my-topic-1" , In case of failure in primary DC, route53 automatically routes traffic to secondary dc but here topic will be "primary.my-topic-1" and "my-topic-1" . In this case how to consume the topic from the secondary dc when failover. If we use pattern topic in consumer, the offset will be tracked for the local topic and mirrored topics ?
Can you give some ideas on consuming topics for the active/active setup? Thanks
Beta Was this translation helpful? Give feedback.
All reactions