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

Fixes https://github.com/apache/pulsar/issues/16674 ### Motivation Add doc for https://github.com/apache/pulsar/pull/16675 ### Modifications *Describe the modifications you've done.* ### Verifying this change - [ ] Make sure that the change passes the CI...

doc

Fixes #16761 ### Motivation When C++ client calls `ConsumerImpl::getLastMessageIdAsync`, if the connection is not established, the callback will complete with `ResultNotConnected`. ### Modifications * Wait until the connection is established...

type/bug
component/client-c++
doc-not-needed

**Describe the bug** The benchmark test is for the max throughput scenario with 1GB/s message writing and 1GB/s message reading. ``` Aug 08 17:44:23 ip-10-0-0-158.us-west-2.compute.internal pulsar[25809]: 2022-08-08T17:44:23,714+0000 [BookKeeperClientWorker-OrderedExecutor-20-0] ERROR org.apache.bookkeeper.client.MetadataUpdateLoop...

type/bug

Fixes #16321

type/improvement
component/metrics
doc-label-missing

[example failure](https://github.com/apache/pulsar/runs/7710408370?check_suite_focus=true) ``` Error: Tests run: 64, Failures: 16, Errors: 0, Skipped: 48, Time elapsed: 604.061 s

component/test
flaky-tests

Master issue: #12271 (2022-08-08 branch=master) I scan the broker, found **617** places to change. we need to split them into multiple PRs. ``` - src/main: 176 - src/test: 441 -...

### Motivation Compare the namespace offload policy, the topic offload policy command line update function use `int` and `long` type to accept param and miss some param check method, which...

type/enhancement
area/broker
doc-label-missing
Stale
release/3.0.16
release/4.0.9

### Motivation Steps to reproduce: 1. grant permission for role1 on topic "persistent://public/default/test" 2. revoke permission for role1 on topic "persistent://public/default/test" 3. zk remain empty record, as shown in the...

type/improvement
component/security
release/2.10.2
release/2.9.4
release/2.11.1

### Motivation Now, Use a lot of locks to ensure the atomicity of `state_` in the `ConsumerImpl`, `ProducerImpl`, `PartitionedConsumerImpl`, and `MultiTopicsConsumerImpl`, we can use atomic `state_` instead of the lock...

type/improvement
component/client-c++
doc-not-needed

Fixes #16449 ### Motivation The add `ackReceiptEnabled` doc is not correct in PR #16465, need to correct the docs. ### Modifications Fix `ackReceiptEnabled` doc. ### Documentation Check the box below...

doc