pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
From [dev-email](https://lists.apache.org/thread/z531k47nlzy3gvbdkthh2n2wblwgxzfs) Fixes #12822 ### Motivation CLI `bin/pulsar-admin` supports `set-clusters` and `get-clusters` command, but lacks corresponding `remove-clusters` commands, the purpose of this PR is to add this command. ### Documentation...
### Motivation We have seen multiple different scenarios when broker suddenly sees huge spike in heap-memory usage and consumes all allocated heap-memory and eventually it crashes with OOM. One of...
*(If this PR fixes a github issue, please add `Fixes #`.)* Fixes #16074 *(or if this PR is one task of a github issue, please add `Master Issue: #` to...
*(If this PR fixes a github issue, please add `Fixes #`.)* Fixes # *(or if this PR is one task of a github issue, please add `Master Issue: #` to...
### Motivation This PR #15710 provides a common way to offload data to storages which compatible with S3 APIs. I have a test on Tencent Cloud COS (a cloud storage...
### Motivation add new featrue to support tiered storage by tencent cloud cos ### Modifications Tencent Cloud COS is compatible with the S3 API. official document as below: China: https://cloud.tencent.com/document/product/436/41284...
*(If this PR fixes a github issue, please add `Fixes #`.)* Fixes #15856 *(or if this PR is one task of a github issue, please add `Master Issue: #` to...
### Motivation Currently we have only Admin API `Bookies.updateBookieRackInfo()` to config rack info. If we want to setup up a pulsar cluster with some rack info config, we need to...
### Motivation Make ServiceConfiguration#brokerInterceptors configure dynamic, so that we can config broker interceptors by dynamic config api and without broker restart. ### Verifying this change - [ ] Make sure...
Signed-off-by: xiaolongran ### Motivation The current TTL policy conflicts with delayed messages. The TTL policy does not identify how long to delay messages. When the time of the delayed message...