pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
### 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....
**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...
### 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...
[fix][client]Failure to load encryption key should not prevent creation of producer on client side
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...
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....
### 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...
### 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` ###...
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...
### 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....
### 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...