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

### Motivation Since Pulsar is a fully asynchronous project, we need to avoid using thread-blocking methods. Also, we can see https://github.com/apache/pulsar/issues/14365 ### Modifications - Improve backlogQuota relative endpoint to pure...

type/improvement
component/admin
doc-not-needed

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation i find that method getBundleStats return member lastStats,causing duplicate data stored in ZK...

**Is your enhancement request related to a problem? Please describe.** I'd like to see an ARM based docker image for pulsar. The problem is that under new macs the pulsar...

type/improvement
status/triaged

### Motivation With the transaction feature, we send and receive messages, and at the same time, execute `admin API: unload namespace` 1000 times. Then the problem occur: Consumer could not...

bug
component/broker
doc-not-needed
ready-to-test
release/2.10.6
release/3.0.3
release/2.11.4
release/3.1.3

### Modifications Fix the documentation of installing JVM on M1 - remove one installation method of sdkman (using brew) and add the deleted instructions to building Pulsar on README ###...

doc

Fixes #16783 ### Motivation The new "Pulsar CI" workflow doesn't currently check Pulsar SQL (Trino) license files. The existing "build-and-license-check" builds only the core-modules profile because of performance reasons. ###...

doc-label-missing
component/ci
lifecycle/stale

Master Issue: #17188 ### Motivation See: #17188 ### Modifications Support include message header size when check maxMessageSize for cpp client ### Verifying this change - [x] Make sure that the...

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

### Motivation When the subscription name contains some invisible characters, such as \u0000, the subscription cannot be deleted: So when creating a subscription name, we should check the subscription name:...

doc
release/important-notice

### What issue do you find in Pulsar docs? There is no documentation about Tiered Storage operations and monitoring. This is basically because we still don't have enough features to...

doc-required
Stale

### Motivation Currently, the Topic compaction logic implemented in `TwoPhaseCompactor` only compacts messages to the last one(with the same key). Here, we want to configure Topic compaction with different strategies....

PIP