pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
Fixes [21194](https://github.com/apache/pulsar/issues/21194) of apache/pulsar ### Motivation Pulsar shell doesn't support persistent mode for admin, client, config. If we need to run a lot of admin commands for example, we would...
Fixes #21710 ### Verifying this change - [x] Make sure that the change passes the CI checks. *(Please pick either of the following options)* This change added tests ### Does...
### 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/8415552736/job/23056991961?pr=22335 ### Exception stacktrace ``` Error: org.apache.bookkeeper.mledger.impl.ShadowManagedLedgerImplTest.testShadowWrites Time elapsed: 10.183 s
Fixes [21276](https://github.com/apache/pulsar/issues/21276) of apache/pulsar ### Motivation Local run mode which is used for debugging functions doesn't support pulsar.service.url from Debezium IO connectors. It is always picking up the default value...
### Motivation The JSON may be huge when individuallyDeletedMessages inside ManagedLedgerInternalStats$CursorStats contains many ranges ### Modifications Instead of returning the Object and letting the framework do the encoding, switch to...
### Motivation I'm using the rate limiter on the replicator, when an existing topic is initializing, and the replicator's cursor exists, the topic will create the replicator, and then load...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation #17221 describes an environment when multiple bookie copies are corrupted, or a Ledger...
relate issue: https://github.com/apache/pulsar/issues/21737 ### Motivation fix get error `ledgerhandle` when ledger trimed case `NoSuchLedgerExitsException` ### Modifications cursor position at `trimming-ledger` which to be deleted from Bookkeeper.After the ledger deleted due...
### 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....