pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
### Motivation Since Pulsar is a fully asynchronous project, we need to avoid using thread-blocking methods. Also, we can see https://github.com/apache/pulsar/issues/14365 ### Modifications - Improve backlogQuota relative endpoint to pure...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation i find that method getBundleStats return member lastStats,causing duplicate data stored in ZK...
**Is your enhancement request related to a problem? Please describe.** I'd like to see an ARM based docker image for pulsar. The problem is that under new macs the pulsar...
### Motivation With the transaction feature, we send and receive messages, and at the same time, execute `admin API: unload namespace` 1000 times. Then the problem occur: Consumer could not...
### Modifications Fix the documentation of installing JVM on M1 - remove one installation method of sdkman (using brew) and add the deleted instructions to building Pulsar on README ###...
Fixes #16783 ### Motivation The new "Pulsar CI" workflow doesn't currently check Pulsar SQL (Trino) license files. The existing "build-and-license-check" builds only the core-modules profile because of performance reasons. ###...
Master Issue: #17188 ### Motivation See: #17188 ### Modifications Support include message header size when check maxMessageSize for cpp client ### Verifying this change - [x] Make sure that the...
### Motivation When the subscription name contains some invisible characters, such as \u0000, the subscription cannot be deleted: So when creating a subscription name, we should check the subscription name:...
### What issue do you find in Pulsar docs? There is no documentation about Tiered Storage operations and monitoring. This is basically because we still don't have enough features to...
### Motivation Currently, the Topic compaction logic implemented in `TwoPhaseCompactor` only compacts messages to the last one(with the same key). Here, we want to configure Topic compaction with different strategies....