pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
### Motivation This PR is related to [ISSUE#16132](https://github.com/apache/pulsar/issues/16132). Thi PR want to solve upload nar file failed bug. Since it's not easy to build unit tests, I only did functional...
### Motivation Use getMaxResourceUsageWithWeight instead of getMaxResourceUsage in selectBrokerForAssignment. ### Documentation Check the box below or label this PR directly. Need to update docs? - [ ] `doc-required` (Your PR...
Master Issue: #16070 ### Motivation Add pulsar-admin command to execute scanOffloadedLedgers, introduced with #14930 ### Documentation - [x] `doc-not-needed`
### Motivation #17630 ### Modifications Close ledger after addEntry. ### Verifying this change ### Does this pull request potentially affect one of the following parts: *If `yes` was chosen, please...
### Motivation The existing `totalMsgExpired` metric tracks cumulative message expiration counts since subscription creation, but lacks granularity for time-bound monitoring. This PR introduces a new metric to track message expiration...
### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? Please include Transaction support for C++...
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....
Main Issue: #24412 ### Motivation The API documentation for non-persistent topic endpoints incorrectly describes them as persistent topic endpoints, which could mislead users. ### Modifications - Fix the API operation...
### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? The API documentation for non-persistent topic...
### Motivation **Background** - Replication has a limitation that limits the maximum in-flight publishing message. - Users can configure the quota by `replicationProducerQueueSize` - Replication has a variable named `pendingMessages`...