pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
Fixes #22678 Main Issue: #22678 PIP: #22694 ### Motivation If you want to create a TestClient which uses AuthenticationKeyStoreTls as its authPlugin, Pulsar Test Admin/Client utilized in Pulsar-perf is unable...
### Search before asking - [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 don't get bug fixes....
[fix] [broker] local metadata sync topic contains configuration events causing all operations stuck
### Motivation **Background**: - [PIP-136: Sync Pulsar policies across multiple clouds](https://github.com/apache/pulsar/pull/16425) defines two topics below: - `metadataSyncEventTopic`: monitors local metadata store changes - `configurationMetadataSyncEventTopic `: monitors local metadata store changes...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? we shouldn't ack cumulatively on the...
### Motivation The multi-topics consumer does not support configuring queue size with 0. It's counter-intuitive to have this limitation. ### Modifications Change the config check in `MultiTopicsConsumerImpl`. It will fail...
**Describe the bug** Pulsar version: 2.8.2 + branch-2.8 up to https://github.com/apache/pulsar/tree/36443112c86afc296780c180154f922d611ebf25 One of zookeepers died and was replaced in kubernetes. Now we constantly see following error in broker logs: ```...
### Motivation In the current topic level monitoring, there is no metrics to monitor the number of send data requests and the number of messages per send request (i.e., each...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version For pulsar version: `3.1.2` on branch: `branch-3.1` facing moderate vulnerability [CVE-2023-46673](https://github.com/advisories/GHSA-285m-vhfq-xx4h), [CVE-2023-46674](https://github.com/advisories/GHSA-rv74-m283-5j95), [CVE-2023-31419](https://github.com/advisories/GHSA-qwrx-45xf-jjf7),...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version For pulsar version: `3.1.2` on branch: `branch-3.1` facing critical vulnerability [CVE-2023-38889](https://github.com/advisories/GHSA-xrrh-h86w-pwfj) related to...
### Modifications Remove unnecessary script and update documentation. ### Verifying this change - [x] Make sure that the change passes the CI checks. *(Please pick either of the following options)*...