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

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. Mailing list discussion thread: https://lists.apache.org/thread/5od69114jfrzo9dkbllxycq8o7ns341y ### Motivation It's crucial to tune the Pulsar broker cache...

type/enhancement

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Key_Shared subscriptions don't currently support negative acknowledgements (nack). Consumers can get stuck with...

type/enhancement

### Motivation There are multiple race conditions in ledger initialization timeout handling. There are also some gaps where the cleanup doesn't happen properly or the timeout handling races with in-progress...

doc-not-needed
ready-to-test

### Motivation ManagedLedgerImpl retains eagerly a cache of all the BookKeeper ReadHandles. In case of Offloaded ReadHandler there is kind of a memory leak, as each BlobStoreBackedInputStreamImpl retains a DirectBuffer...

doc-not-needed
release/3.3.3
release/3.0.8
release/4.0.1
triage/lhotari/important

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Example failure https://github.com/apache/pulsar/actions/runs/11368523712/job/31653376302?pr=23468#step:11:2008 Logs: https://gist.github.com/lhotari/02be1e0d55026ca51730e6d932dfe1bc ### Additional context This seems to block all Pulsar...

area/test
type/flaky-tests

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation In restricted corporate environments, such as so called "air gapped" environments without internet...

type/enhancement

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation [Reproducible builds](https://reproducible-builds.org/) increase the security and integrity of the software supply chain. They...

type/enhancement

### Motivation Add option in broker and proxy to optionally prevent them from logging role or orignalPrincipal. If the option is activated they will log `[REDACTED]`. If I missed some...

doc-not-needed
PIP

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation `pulsar-perf` is constant print warning message every minute during running perf testing, IMO,...

type/enhancement

### Motivation This pip is intended to fix issue https://github.com/apache/pulsar/issues/23239. In the previous implementation of the method startMessageIdInclusive (https://github.com/apache/pulsar/pull/4331), we added startMessageIdInclusive() to support include current position of reset on...

doc-not-needed
PIP