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 reporting - [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](https://pulsar.apache.org/contribute/release-policy/#supported-versions) don't get bug fixes....

type/bug

**Describe the bug** The force delete tenant is causing an error on topic deletion. ``` WARN: Topic is already being closed or deleted ERROR: Topic is already fenced ``` **To...

type/bug
area/broker
area/admin

### Motivation & Modifications - [DIscussion](https://lists.apache.org/thread/5rh536dqm2o35tzop5jl7b5x7r291pv2) - [Vote](https://lists.apache.org/thread/p0wmnfr3jkmfzh69jfh7jv10184g1vlm) ### Documentation - [ ] `doc` - [ ] `doc-required` - [x] `doc-not-needed` - [ ] `doc-complete` ### Matching PR in forked...

type/PIP
doc-not-needed
PIP

Fixes https://github.com/apache/pulsar/issues/24280 ### Motivation Failure to load the encryption public key while creating the producer creates a producer on the server side but returns an exception on client side. If...

type/enhancement
area/client
doc-not-needed

Fixes https://github.com/apache/pulsar/issues/24159 Main Issue: https://github.com/apache/pulsar/issues/24159 ### Motivation 1. I have tried to fix the issue by https://github.com/apache/pulsar/pull/24376. However, that PR doesn't support features about cumulative ack, batching mode, and transaction....

doc-not-needed

### Motivation Operators and SREs occasionally need to intervene in a topic's backlog to handle problematic messages or adapt to changing business requirements. For instance: * **Cancelling Scheduled Actions:** A...

doc-not-needed
PIP

### Motivation This PR supports two stats for the consumer side to help identify the first message dispatch latency. ### Modifications - Add stats `firstConsumedFlowTimestamp` - Add stats `firstConsumedTimestamp` ###...

area/broker
doc-required
ready-to-test

Fixes https://github.com/apache/pulsar/issues/22934#issuecomment-2943690398 Main Issue: https://github.com/apache/pulsar/issues/22934#issuecomment-2943690398 PIP: https://github.com/apache/pulsar/pull/24394 ### Motivation As https://github.com/apache/pulsar/issues/22934 and https://github.com/apache/pulsar/discussions/22933 mentioned, when most of the nodes in serviceurl are down (but there is at least one available...

doc-not-needed

### Search before reporting - [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](https://pulsar.apache.org/contribute/release-policy/#supported-versions) don't get bug fixes....

type/bug

### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation `protobuf-java` contains braking changes, and since protobuf v26, `protobuf-java` v4.x is needed. Can...

type/enhancement