pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

Apache Pulsar - distributed pub-sub messaging system

Results 881 pulsar issues
Sort by recently updated
recently updated
newest added

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,...

doc-not-needed
ready-to-test
PIP

### 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....

type/bug

**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; ![image](https://user-images.githubusercontent.com/54351417/124050203-a8d78b80-da4c-11eb-832f-5f35a7875c2e.png) 2、Pulsar SQL only...

type/bug
lifecycle/stale

### Motivation Adding support for showing metadata of schema in readable format. ### Modifications Adding admin API and cli to read schema metadata. ### Verifying this change - [ ]...

type/PIP
doc-not-needed
PIP

### 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...

type/enhancement

### 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...

doc-required

Releted PR: https://github.com/apache/pulsar/pull/22857 ### Documentation - [ ] `doc` - [ ] `doc-required` - [x] `doc-not-needed` - [ ] `doc-complete`

doc-not-needed
PIP

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...

area/config
doc-not-needed
ready-to-test
release/4.0.9

### 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....

type/bug

[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...

doc-not-needed
ready-to-test