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. ### Version * Pulsar 3.0.1 * Java Client 3.0.1 ### Minimal reproduce step . Configure...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation pulsar version: 3.1.2 when I work with pulsar client and build by gradle,...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version - producer 2.8.4 (java 11) - consumer 2.8.4, 2.8.1, 3.0.1 all failed (java...

### Motivation When `org.apache.pulsar.broker.resourcegroup.ResourceGroupConfigListener#loadAllResourceGroups` is unfinished, the `org.apache.pulsar.broker.resourcegroup.ResourceGroupNamespaceConfigListener` will be created, which will bind the namespace and resource groups, but `loadAllResourceGroups` is async loading, so cause the `ResourceGroupNamespaceConfigListener` does not...

doc-not-needed
ready-to-test
release/3.0.3
release/3.1.3
release/3.2.1

Fixes https://github.com/apache/pulsar/issues/21153 ### Motivation Enable the geo-replication only on the topic level to replicate the partitioned topic, if the topic was not created in the remote cluster, it becomes the...

doc-not-needed
ready-to-test
release/4.0.9

PIP: https://github.com/apache/pulsar/issues/18319 ### Motivation https://github.com/apache/pulsar/issues/18319 ### Modifications ### Verifying this change - [ ] Make sure that the change passes the CI checks. *(Please pick either of the following options)*...

area/broker
doc-required
area/metrics
ready-to-test
release/4.0.9

PIP: https://github.com/apache/pulsar/issues/18560 ### Motivation https://github.com/apache/pulsar/issues/18560 ### Modifications ### Verifying this change - [ ] Make sure that the change passes the CI checks. *(Please pick either of the following options)*...

area/broker
doc-required
area/metrics
ready-to-test
release/4.0.9

### Motivation before: ![image](https://github.com/apache/pulsar/assets/10494131/e8cd7c7d-c645-4a98-805e-d7a29a22351c) after: ![image](https://github.com/apache/pulsar/assets/10494131/d69777d5-ec55-485d-a842-880cf75d9e65) Change the query condition of prometheus from `kubernetes_pod_name` to `instance` ### Modifications ### Verifying this change - [ ] Make sure that the change...

doc-not-needed

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation There is `pulsar-admin functions upload` feature but no delete feature provided. So any...

Fixes #17061 Main Issue: #17061 ### Motivation The batch message will generate the same sequence ID in the function, which will cause a large amount of data in the batch...

doc-not-needed