pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes....
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? There is no documentation about how...
### Motivation Cherry-picked from internal @eolivelli work. Do not block netty threads if cursor has a lot of individuallyDeletedMessages or needs to compress the PositionInfo (separate change) ### Modifications Run...
### Does this pull request potentially affect one of the following parts: *If the box was checked, please highlight the changes* - [ ] Dependencies (add or upgrade a dependency)...
# Sync Pulsar policies across multiple clouds Implementation : PR: https://github.com/apache/pulsar/pull/16425 ## Motivation Apache Pulsar is a cloud-native, distributed messaging framework which natively provides geo-replication. Many organizations deploy pulsar instances...
PIP: [PIP-264](https://github.com/apache/pulsar/blob/master/pip/pip-264.md?rgh-link-date=2024-05-10T16%3A07%3A13Z) ### Motivation Shows how to expose metrics in `BrokerInterceptor`. ### Modifications Using `OTel` in `BrokerInterceptor` to expose metrics. ### Verifying this change - [x] Make sure that the...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes....
### Motivation We can add admin APIs for batch updating or deleting bookie rack info to reduce write operations to ZooKeeper. ### Modifications Add admin APIs: - batchDeleteBookiesRackInfo - batchUpdateBookiesRackInfo...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? Geo-replication of a topic with `earliest`...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? There are some errors in the...