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

Geo Replication Synced or Asynced #22

Closed
yiguolei opened this issue Sep 19, 2016 · 1 comment
Closed

Geo Replication Synced or Asynced #22

yiguolei opened this issue Sep 19, 2016 · 1 comment
Labels
deprecated/question Questions should happened in GitHub Discussions

Comments

@yiguolei
Copy link

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 ?

@merlimat merlimat added the deprecated/question Questions should happened in GitHub Discussions label Sep 19, 2016
@merlimat
Copy link
Contributor

From https://github.com/yahoo/pulsar/blob/master/docs/GeoReplication.md

Messages are first persisted in the local cluster, and then forwarded asynchronously to the remote clusters.

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
* Create pulsar-functions module (#1)

* Create pulsar-functions module

* rename `sdk` package to `api`

* Added the first cut of the Java interface for Pulsar functions (#2)

* Don't wait for the result. Instead chain it via CompletedFuture
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
eolivelli referenced this issue in eolivelli/pulsar Feb 25, 2022
dlg99 pushed a commit to dlg99/pulsar that referenced this issue Mar 4, 2022
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecated/question Questions should happened in GitHub Discussions
Projects
None yet
Development

No branches or pull requests

2 participants