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. ### 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. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes....
Fixes #8425 ### Motivation Currently the Java and Python pulsar functions can access secrets that are set when functions are installed, but not pulsar functions written in Go. ### Modifications...
### Motivation The decision to write a snapshot before the first transaction message instead of before building the producer, is based on the fact that only the act of writing...
Implementation PR for the PIP 369 "Flag based selective unload on changing ns-isolation-policy" #23116 ### Modifications Added an `unload-scope` flag in the `ns-isolation-policy set` call to control the behavior of...
Main Issue: #23200 ### Motivation There's currently a clear problem with Key_Shared that in normal operations, it causes a lot of "ack holes" which result in several problems. One of...
Fixes #23200 ### Motivation This PR introduces enhancements to the Key_Shared subscription dispatching logic in the Pulsar broker. The changes aim to optimize message dispatching, improve the handling of slow...
### Motivation - [DIscussion](https://lists.apache.org/thread/nwvc1jc29k0hnvtn6qtpdyb8b5xp3ch7) - [Vote](https://lists.apache.org/thread/2bmzvv7hyfnb2kf6jsgmgjtrjz23qhj2) ### Modifications ### Documentation - [x] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [ ] `doc-complete` ### Matching PR in forked...
### Motivation When the service unit state channel fails to start, it will throw an exception, and after the PR https://github.com/apache/pulsar/pull/22977 , it will fail forever, because the pulsar broker...
### Motivation - [DIscussion](https://lists.apache.org/thread/7mblhyvsrw5zybo0gs5512xg8f9sm67v) - [Vote](https://lists.apache.org/thread/s6z5gcjyw081cxf9pwz361r8dt2k8gvl) ### Modifications ### Documentation - [x] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [ ] `doc-complete` ### Matching PR in forked...