pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
### Motivation Pulsar C++ code base is in the same main repository for the Pulsar project. While the decision was the right one at the time, there is a considerable...
### Motivation #17862 added support for pulsar-perf CLI tools (with #17930 to fix some gaps). It would be consistent to add support for specifying proxyServiceUrl & proxyProtocol in the configuration...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version pulsar-client 2.10.2 ### Minimal reproduce step 1. Produce a POJO schema with `JSR310ConversionEnabled`...
### Motivation https://github.com/apache/pulsar/issues/18182 ### Modifications [](https://github.com/apache/pulsar/issues/18182) ### Verifying this change add test for batchReceive single topic messages add test for batchReceive multi-topic messages ### Does this pull request potentially affect...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation 1. batch `subscription.acknowledgeMesage` in filterEntriesForConsumer loop 2. remove unnecessary Optional package parameter for...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Avoid unnessary method call if txn disabled. ### Solution check before method called...
### Motivation I'm working on the development guide (contribution guide) for Apache Pulsar. The guide page can be found at https://pulsar.apache.org/contribute/. This movement is to collect all the topics related...
For detailed improvement instructions, please refer to issues: https://github.com/apache/pulsar/issues/18056 # Motivation Currently, pulsar does not statistics broker level metrics, and all relevant metrics are 0 by default. When the number...
Master Issue: https://github.com/apache/pulsar/issues/16913 ### Motivation Implement an abortedTxnProcessor to handle the storage of the aborted transaction ID. ### Modifications The structure overview:  The main idea is to move the...
### Motivation Currently, there's no way to track CommandPartitionedTopicMetadata requests. There's no metrics that indicate that a broker is handling CommandPartitionedTopicMetadata requests. Misconfigured clients might flood brokers with CommandPartitionedTopicMetadata requests...