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. ### Version 3.1.1 ### Minimal reproduce step 1. Create a partitioned topic with partition=5 ```...
### Motivation When the ledger opens a cursor, the cursor uses a field to hold a managed ledger configuration. Once the managed ledger configuration is renewed(The managed ledger configuration will...
Fixes #xyz Main Issue: #xyz PIP: #xyz ### Motivation ### Modifications ### Verifying this change - [ ] Make sure that the change passes the CI checks. *(Please pick either...
Fixes #xyz Main Issue: #xyz PIP: #xyz ### Motivation Message TTL will move the cursors based on the configured `ttlDurationDefaultInSeconds`. However, for those system topics' cursors, such as compaction service...
Fixes #xyz Main Issue: #xyz PIP: #xyz ### Motivation ### Modifications ### Verifying this change - [ ] Make sure that the change passes the CI checks. *(Please pick either...
### Motivation In non-transactional production, we update the `LastDataMessagePublishedTimestamp` when the message is persisted successfully. But in transactional production, we do not update `LastDataMessagePublishedTimestamp`, which will impact the feature `ReplicatedSubscription`....
[PIP-264](https://github.com/apache/pulsar/blob/master/pip/pip-264.md) ### Motivation Adds support for exporting Java runtime metrics via the OpenTelemetry pipeline. For ease of implementation, relies on the built-in OTel library providing this exact functionality. We can...
Fixes https://github.com/apache/pulsar/issues/22625 ### Motivation Avoid CVE-2024-1597 ### Modifications Upgrade postgresql version to 42.5.5 ### Verifying this change - [X] Make sure that the change passes the CI checks. ### Does...
### 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....
WIP: This PR most likely requires a PIP and that will follow. ### Motivation In the past brokers didn't have a stable unique identifier. In PR #21894, the "lookupServiceAddress" was...