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 2.7.5 / 2.8.4 /master ### Minimal reproduce step 1. Run the code for...
### Motivation Improve transaction message visibility for peek-messages ### Documentation - [ ] `doc` - [ ] `doc-required` - [x] `doc-not-needed` - [ ] `doc-complete`
Fixes [21743](https://github.com/apache/pulsar/issues/21743) of apache/pulsar ### Motivation Pulsar client tools doesn't have tests for listing, deleting and creating namespaces through Pulsar-admin. ### Modifications Modified `TestCmdNamespaces.java` and added tests for listing, creating...
### Motivation As seen in the AuthenticatedTransactionProducerConsumerTest, if we enable authorization, and want to produce/consume to a normal topic by transaction, we not only need to grant permission on normal...
Main Issue: https://github.com/apache/pulsar/issues/21324 ### Motivation Fix can not cleanup heartbeat data if scaling down broker ### Modifications when close the broker, delete heartbeat resource. If the broker restart, the heartbeat...
### Motivation The return secheamResult is inaccurate when schema encounter an non-recoverable exception in method `trimDeletedSchemaAndGetList`. Although, we executed the `trimDeletedSchemaAndGetList` method at line 563, however the returned result is...
### Motivation The build goal includes the tag feature. ### Modifications - Remove tag goal from the docker-maven-plugin ### Documentation - [ ] `doc` - [ ] `doc-required` - [x]...
### 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? The word "Use" is spelled as...
### 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....
Fixes https://github.com/apache/pulsar/issues/22748 ### Motivation see: https://github.com/apache/pulsar/issues/22748#issuecomment-2121171595 ### Modifications ### Verifying this change - [ ] Make sure that the change passes the CI checks. *(Please pick either of the following...