pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

Apache Pulsar - distributed pub-sub messaging system

Results 881 pulsar issues
Sort by recently updated
recently updated
newest added

### 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...

PIP
Stale

### 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...

doc-not-needed
Stale

### 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`...

type/bug

### 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...

component/client
doc-required
ready-to-test

### 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...

doc-required

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...

doc-required

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: ![image](https://user-images.githubusercontent.com/55571188/197683651-6ccb106d-1e71-4841-9da7-2644275a401a.png) The main idea is to move the...

doc-not-needed

### 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...

PIP