pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
**Describe the bug** security: no advice on how to report vulnerabilities **To Reproduce** Steps to reproduce the behavior: 1. visit: https://github.com/apache/pulsar/issues/new/choose 2. click button "view policy": https://github.com/apache/pulsar/security/policy 3. follow link...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Currently, we doesn't specify the version for every dependency in the cpp client:...
### Modifications 1. Fix #16695 - improve the description of acknowledgment timeout in Java docs 2. Fix incorrect REST API links or add anchors to land on a specific REST...
### Motivation The current Bookkeeper configuration defaults to using `org.apache.bookkeeper.net.ScriptBasedMapping` for the `DNSToSwitchMapping` implementation. However, this default configuration does not align with the Broker's default configuration, which is `org.apache.pulsar.zookeeper.ZkBookieRackAffinityMapping`. As...
**Describe the bug** I am trying to create a pulsar function using golang that subscribes to a topic with a regex for example "persistent://payments/payment-instruction/.*.created". The consumer logs a message that...
**Describe the bug** I have Pulsar 2.9.2 installed on virtual servers, 9 brokers, 9 bookeepers. We have plenty of topics in this cluster, all of them are consumed by the...
--- ### Motivation Move the close check forward to avoid `getLastAddConfirmed()` get an NPE. If the state is closed. That means the resource is closed and the `OffloadIndexBlock` has been...
### Motivation Many community partners have doubts and misunderstandings about this parameter, so the modification is more clear ### Modifications 1)modify the description `# When a namespace is created without...
### 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/runs/7753038071?check_suite_focus=true ### Exception stacktrace ``` Error: testDelayedDeliveryWithMultipleConcurrentReadEntries(org.apache.pulsar.broker.service.persistent.DelayedDeliveryTest) Time elapsed: 6.726 s
### Motivation See https://github.com/apache/pulsar/pull/16222 for the motivation. ### Modifications * Fix an incorrect description for the `authoritative` swagger annotation. ### Documentation - [x] `doc`