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

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation add a switch to open resource group usage this will use more cpu...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version Pulsar 2.11 ### Minimal reproduce step I don't know how to reproduce it...

type/bug

### Motivation A PIP proposal supports WASM Function API. ### Documentation - [x] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [ ] `doc-complete`

doc
PIP

### Motivation #### Background 1. Managerledger has a configuration `maximumRolloverTimeMs` to configure the max time of closing a ledger. 2. The current ledger can be rollover when it reaches `maximumRolloverTimeMs`....

doc-not-needed
ready-to-test

Fixes #22067 Main Issue: #xyz PIP: #xyz ### Motivation When inferring function type args, it doesn't unwrap the `CompletableFuture` type ### Modifications unwrap the `CompletableFuture` type for the output ###...

doc-not-needed

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 220a3d601602d67f5f44516c5d9895dfaa270380 ### Minimal reproduce step 1. Write an async function like below: ```...

### Motivation Offloader exception occurs ``` 21:54:32.360 [offloader-OrderedScheduler-14-0] ERROR org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl - Unknown exception for ManagedLedgerException. org.apache.bookkeeper.mledger.ManagedLedgerException$OffloadReadHandleClosedException: Offload read handle already closed 21:54:32.424 [offloader-OrderedScheduler-14-0] WARN org.apache.bookkeeper.common.util.SingleThreadSafeScheduledExecutorService - Unexpected throwable from task...

doc-not-needed
ready-to-test

### Motivation The Admin API `analyzeSubscriptionBacklog` will create an `OpReadEntry` and trigger a read, which leads `Managecursor.readPosition` to move forward. It makes the subscription stuck(just like the consumer receives messages...

bug
doc-not-needed
ready-to-test
category/reliability
release/3.0.3
release/2.11.4
release/3.1.3
release/3.2.1

### Motivation If a consumer tries to subscribe to a partitioned topic with a suffix-matched regexp, it does not work. - create topic `persistent://public/default/tp` - create a consumer with regexp...

bug
doc-not-needed
ready-to-test
category/reliability
release/3.0.3
release/2.11.4
release/3.1.3
release/3.2.1

### Motivation For some use case, the users need to store all the messages even though these message are acked by all subscription. So they set the retention policy of...

doc-not-needed