pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
[fix][test] fix Flaky-test: ExtensibleLoadManagerImplTest.testLoadBalancerServiceUnitTableViewSyncer
Fixes #24357 Main Issue: #24357 ### Motivation The unit test failed because `loadManager4.getBrokerRegistry().unregister();` is not enough to ensure a successful unregister. The root cause is that broker will register it...
Fixes #xyz Main Issue: [#23149](https://github.com/apache/pulsar/issues/23149) PIP: https://github.com/apache/pulsar/pull/24370 ### Motivation In dynamic event-driven architectures, the relevance and timing of messages are crucial. Apache Pulsar currently supports delayed message delivery, which is...
### Search before reporting - [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](https://pulsar.apache.org/contribute/release-policy/#supported-versions) don't get bug fixes....
### Search before reporting - [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](https://pulsar.apache.org/contribute/release-policy/#supported-versions) don't get bug fixes....
### Motivation See the PIP-422 - https://github.com/apache/pulsar/pull/24368 This PR depends on #24368 and #24351, please review the two PR first. ### Modifications - Support global topic-level replicated clusters policy -...
PIP:https://github.com/apache/pulsar/pull/24220 ### Motivation we can now obtain the offset of a message by its message id: 1. Get the message by id using `get-message-by-id` cmd 2. Get the index of...
### Search before reporting - [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](https://pulsar.apache.org/contribute/release-policy/#supported-versions) don't get bug fixes....
### Motivation The PR [#24168](https://github.com/apache/pulsar/pull/24168) introduced a regression where the `pulsar:${project.version}-${git.commit.id.abbrev}` Docker image cannot be pulled in the `pulsar-all` Dockerfile, because we didn't build and push that to the DockerHub....
### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? In the chapter "Subscriptions" and more...
Main Issue: [#24374 ](https://github.com/apache/pulsar/issues/24374) ### Motivation See PIP ### Modifications ### Verifying this change - [ ] Make sure that the change passes the CI checks. *(Please pick either of...