codelipenghui edited a comment on issue #6693: Active-active and no data loss. Is it possible? URL: https://github.com/apache/pulsar/issues/6693#issuecomment-610852992 > We are thinking of geo replication. But since geo replication is asynchronous, we are worried about message loss. Every single message cannot be lost. The geo-replication is asynchronous, but it does not result in message loss. The replication state is stored in a cursor(ledger backend), even the broker crash, the replication state not lost. So the new broker can resume the replicate task.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
