pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
PIP-360: #22913 ### Motivation Schema is one of the important part of the topic because it also plays important part in topic availability and required to successfully load the topic,...
### 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....
**Describe the bug** Pulsar version 2.6.2 The number of query result records of pulsar SQL is less than that sent by producer. 1、Producer sends 7 records;  2、Pulsar SQL only...
### Motivation Adding support for showing metadata of schema in readable format. ### Modifications Adding admin API and cli to read schema metadata. ### Verifying this change - [ ]...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Reference Links: https://github.com/apache/pulsar/discussions/22933 ### Solution In the implementation of the `ServiceNameResolver` interface, we...
### 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? When somebody uses [replicated subscriptions](https://pulsar.apache.org/docs/3.3.x/administration-geo/#replicated-subscriptions) sometimes...
Releted PR: https://github.com/apache/pulsar/pull/22857 ### Documentation - [ ] `doc` - [ ] `doc-required` - [x] `doc-not-needed` - [ ] `doc-complete`
Fixes [#5638](https://github.com/streamnative/pulsar/issues/5638) Main/Original Issue: [apache#19866](https://github.com/apache/pulsar/issues/19866) ### Motivation ### Modifications Checking if `serviceUrl`, `serviceUrlTls`, `brokerServiceUrl`, or `brokerServiceUrlTls` are not null. Then proceeds to throw `IllegalArgumentException` if either of `serviceUrl`, `serviceUrlTls` or...
### 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....
[PIP-359](https://github.com/apache/pulsar/pull/22902) Support custom message listener thread pool for specific subscription, avoid individual subscription listener consuming too much time leading to higher consumption delay in other subscriptions. ### Motivation In our...