pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version - OS: macOS Monterey 12.3.1 - CMake version: 3.21.1 - Clang++ version: Apple...
### 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? in https://github.com/apache/pulsar/issues/14092#issuecomment-1253650641 > > Do we...
### Motivation and Modifications Add the Pulsar Summit Asia 2022 CFP blog. Replace https://github.com/apache/pulsar/pull/17218 ### Documentation - [ ] `doc-required` (Your PR needs to update docs and you will update...
### Motivation Messages with inconsistent consumer epochs are not filtered when using batch receive and trigger timeout. ### Modifications - Add consumer epoch on `notifyPendingBatchReceivedCallBack`. - Reuse `notifyPendingBatchReceivedCallBack` logic. ###...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version Pulsar version: 2.10.1 ### Minimal reproduce step Follow [Pulsar functions quickstart](https://github.com/apache/pulsar/blob/master/site2/website/versioned_docs/version-2.3.0/functions-quickstart.md#writing-and-running-a-new-function). I'm using...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version Pulsar version: 2.10.1 ### Minimal reproduce step Follow [Pulsar functions quickstart](https://github.com/apache/pulsar/blob/master/site2/website/versioned_docs/version-2.3.0/functions-quickstart.md#writing-and-running-a-new-function). I'm using...
### Motivation now `org.apache.pulsar.client.api.transaction.Transaction` dont have a interface for user to get the transaction state. user can get the transaction state to do user's own op. ### Modifications 1. add...
Fixes https://github.com/apache/pulsar/issues/1964 ### Motivation When the pulsar-client-cpp is built with `cmake . -DTESTS=OFF`, the cmake stil would look for the `GTEST_INCLUDE_PATH` and `GMOCK_INCLUDE_PATH`, which leads the problem in #1964. ###...
### Motivation The GitHub Actions approval solution is also useful for maintenance branches to cut unnecessary builds. branch-2.11 contains a similar workflow as master branch and it will also be...
### Motivation Admin command `stats-internal` support hiding ledgers list. If there are thousands of ledgers, it's meaningless to print so much ledgers. In additional, `partitioned-stats-internal` also support this feature. ###...