Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KAFKA-9076: support consumer offset sync across clusters in MM 2.0 #7577

Merged
merged 1 commit into from
Jun 26, 2020

Commits on Jun 25, 2020

  1. KAFKA-9076: support consumer sync across clusters in MM 2.0

    In order to make the Kafka consumer and stream application migrate from source to target cluster
    transparently and conveniently, e.g. in event of source cluster failure, a background job is proposed
    to periodically sync the consumer offsets from the source to target cluster, so that when the
    consumer and stream applications switche to the target cluster, they will resume to consume from
    where they left off at source cluster.
    Ning Zhang committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    eaa63e3 View commit details
    Browse the repository at this point in the history