pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
### Motivation This enables GitHub hyperlinks in IDEA for commits containing PR information. Clicking on the link will directly open the corresponding GitHub PR. See screenshots below: NOW BEFORE ###...
Master Issue: #12271 #16991 ### Motivation Apply Maven Modernizer plugin to enforce we move away from legacy APIs. ### Modifications - fix violations in pulsar-broker package. ### Verifying this change...
**Is your feature request related to a problem? Please describe.** Installation and upgrades on bare metal using manual commands or Ansible can be greatly simplified using deb and rpm packages....
### Motivation I noticed there were some options not shown in the documentation but offered in the help of the tool. ### Modifications Add the options to stats and partitioned-stats...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version Master ### Minimal reproduce step just run bin/pulsar-admin ### What did you expect...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Currently, Pulsar only supports global offload auto trigger policy: `managedLedgerOffloadAutoTriggerSizeThresholdBytes` and `managedLedgerOffloadTimeThresholdInSeconds`(see: https://github.com/apache/pulsar/pull/17398),...
### Motivation The client supports passing two types of authentication data to connect to the broker, self-authentication data and original authentication data in the `CommandConnect` command. **self-authentication:** The self-authentication data...
### Motivation Fix the local police IsolationGroups cover the `defaultIsolationGroups` when init managedLedger bookkeeper client, which will cause even we delete-bookie-affinity-group and always used the last BookieAffinityGroup setting. 1. If...
### Motivation As the [PIP 7: Pulsar Failure domain and Anti affinity namespaces](https://github.com/apache/pulsar/wiki/PIP-7:-Pulsar-Failure-domain-and-Anti-affinity-namespaces#how-to-create-domain-and-register-brokers) design, the anti affinity namespaces should be distributed to evenly across all domain and all the brokers....
### Motivation As the `brokerAvgResourceUsageWithWeight` stored the broker's history resource usage, if a broker is high load before restart, after the broker restart always show a high load history resource...