confluentinc / confluent-kafka-dotnet

Confluent's Apache Kafka .NET client
https://github.com/confluentinc/confluent-kafka-dotnet/wiki
Apache License 2.0
51 stars 857 forks source link

Feature Request: Mirror Client #1252

Open bobcat1506 opened 4 years ago

bobcat1506 commented 4 years ago

We need an implementation of the MirrorClient & RemoteClusterUtils classes to enable consumer offset synchronization across clusters.

Need to be able to 1) translate offsets from local to remote topics and 2) seek the consumers to those offsets (KIP-382)

This is to support active/standby disaster recovery scenarios since MM2 does not currently automatically synchronize these translated offsets (KIP-545).

mhowlett commented 4 years ago

thank for the suggestion. using this issue to track interest (it's not currently on our backlog).

bobcat1506 commented 4 years ago

thank for the suggestion. using this issue to track interest (it's not currently on our backlog).

Can this be done via the command line and if so is there documentation on how to do it?