-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Geo Replication Synced or Asynced #22
Labels
deprecated/question
Questions should happened in GitHub Discussions
Comments
merlimat
added
the
deprecated/question
Questions should happened in GitHub Discussions
label
Sep 19, 2016
From https://github.com/yahoo/pulsar/blob/master/docs/GeoReplication.md
The request is written in the local region (with the configured number of replicas), producer will receive ack, and then the messages will be forwarded to remote regions. |
sijie
pushed a commit
to sijie/pulsar
that referenced
this issue
Mar 4, 2018
hangc0276
referenced
this issue
in hangc0276/pulsar
May 26, 2021
* Port Kafka timer classes *Motivation* Need to port Kafka's coordinator algorithm. It requires using Kafka's timer and deplayed operations. * Port delayed operations implementation from Kafka
Closed
eolivelli
referenced
this issue
in eolivelli/pulsar
Feb 25, 2022
dlg99
pushed a commit
to dlg99/pulsar
that referenced
this issue
Mar 4, 2022
(cherry picked from commit ad512d6)
aloyszhang
referenced
this issue
in aloyszhang/pulsar
Aug 5, 2022
…t !26) fix-consume-metric Fixes #22 ### Motivation fix consume metric not print problem; add metrics for pengdingAcks and pendingAckTimeAndSize; add ut for new metrics about pengding ack
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In geo replication scenario, user's request will write to multi region and give user ack? or write to local region and give user ack then forward to other regions asynchronously ?
The text was updated successfully, but these errors were encountered: