pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

Apache Pulsar - distributed pub-sub messaging system

Results 881 pulsar issues
Sort by recently updated
recently updated
newest added

**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...

type/bug

### 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...

doc

### 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...

doc
component/config
component/bookkeeper
release/note-required

**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...

type/bug
Stale

**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...

type/bug
Stale

--- ### 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...

type/bug
release/2.10.2

### 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...

doc-not-needed
Stale

### 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

component/test
flaky-tests

### 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`

doc
component/admin
release/2.11.0