pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
### 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...
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...
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)*...
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)*...
### Motivation before:  after:  Change the query condition of prometheus from `kubernetes_pod_name` to `instance` ### Modifications ### Verifying this change - [ ] Make sure that the change...
### 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...