pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
### Motivation Add `NamespacePolicies` and `AntiAffinity` check before unload bundle when `checkNamespaceBundleSplit`. When unload the bundle after split, It's better to guarantee there are at least one another broker can...
### Modifications 1. Clarify the term usage for `major/minor release` to avoid misunderstanding. 2. Grammar/style fixes. 3. Fix a few broken links and typos in 2.8.x/2.9.x docs. ### Documentation -...
### 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? Most of the links on this...
Master Issue: #16763 ### Motivation #16763 ### Modifications Implement BookkeeperBucketSnapshotStorage and add unit test. ### Verifying this change - [x] Make sure that the change passes the CI checks. ###...
### Motivation Namespace policy is ignored if the namespace is created directly by the `NamespaceResources`. ### Modifications - Use `admin` to create a namespace instead of the `NamespaceResources` ### Documentation...
### What issue do you find in Pulsar docs? Due to the website upgrade (adopting Docusaurus 2.0), all internal page links on Pulsar doc pages should strictly contain `.md` extensions....
Fix #17688 and #16701 ### Modifications Fix broken doc links in historical versions prior to 2.8.0 by adding `.md`. This is an automatic search and replacement with only a couple...
## Observations I haven't been able to reproduce this issue, but in one of my test environments, I see this behavior often. It seems pretty clear that there is a...
### Motivation Currently in [the release process of the python client](https://github.com/apache/pulsar/blob/master/wiki/release/release-process.md#12-publish-python-clients), there is no indication that the related images need to be created before building python wheels. This may cause...
### Motivation clean up unuse metrics of `zk_write_latency` and `zk_read_latency`. passed CI on self repo CI. https://github.com/pulsar-sigs/pulsar/pull/2 ### Modifications ### Verifying this change - [x] Make sure that the change...