pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
[Bug] NullPointerException with dlogNamespace when running Pulsar Functions with etcd metadata store
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version **OS version:** Ubuntu 22.04 **Pulsar version:** 2.11.0 (using `apachepulsar/pulsar-all:2.11.0` Docker images) ### Minimal...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation `maxHttpServerConnections` protects the broker when there are many HTTP requests, but it also...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 2.10.4 ### Minimal reproduce step Create a sample producer which produces key based...
Fixes #xyz Main Issue: #xyz PIP: #xyz ### Motivation ### Modifications ### Verifying this change - [x] Make sure that the change passes the CI checks. *(Please pick either of...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version pulsarVersion:3.0.0 pulsarClientVersion:3.0.0 ### Minimal reproduce step When the server receives a request of...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 2.10.5 ### Minimal reproduce step 1. Create topic ``` bin/pulsar-admin tenants create tenant1...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 2.11.3 to 3.1.0 ### Minimal reproduce step N/A ### What did you expect...
The consumer clients created by the Proxy using the WebSocket protocol may cause request blocking.
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation In our usage scenario, the ability to create subscriptions directly through the consumer...
### Motivation There is a race condition that makes an orphan replicator in the original owner of a topic, and causes the new owner of the topic can not start...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 3.1.2 ### Minimal reproduce step tar -xf apache-pulsar-3.1.2-bin.tar.gz ### What did you expect...