Wenzhi Feng
Wenzhi Feng
### Motivation pip-347 implementation pr:https://github.com/apache/pulsar/pull/22562 ### Modifications ### Verifying this change - [x] Make sure that the change passes the CI checks. *(Please pick either of the following options)* This...
### Motivation By setting config `allowAutoSubscriptionCreation=true`, we allow user to create subscriptions automatically if user have the `consume` permission. We have a strong need to trace back the owner of...
### Motivation PIP-346 ### Verifying this change - [x] Make sure that the change passes the CI checks. *(Please pick either of the following options)* This change is a trivial...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 2.9 ### Minimal reproduce step We use **transactinal feature** and start some tasks....
### Motivation If the topic name is in the format of V1, we can subscribe a topic in non-existent cluster/namespace without any exception. ### Modifications Need to add check for...
PIP: https://github.com/apache/pulsar/issues/19744 ### Motivation - Message queues such as Kafka and Pulsar can only guarantee the exactly-once semantics provided by the transaction feature under **the specific use scenario of `consume-transform-produce`...
### Motivation `ModularLoadManagerImpl` rely on zk to store and synchronize metadata about load, which pose greate pressure on zk, threatening the stability of system. Every broker will upload its `LocalBrokerData`...
### Motivation Implementation PR for PIP: https://github.com/apache/pulsar/pull/22946. ### Modifications - Introduce new algo: AvgShedder. - provide a way to bind shedding strategy and placement strategy. ### Verifying this change -...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes....
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? There are some errors in the...