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

### Motivation There's a known issue with replicated subscriptions that the subscription position doesn't get updated to the remote cluster when the mark delete position is not updated frequently in...

doc-not-needed
ready-to-test

### Motivation The client’s OAuth2 authentication plugin can be used for OIDC. So, the authorization server metadata path is fixed to `/.well-known/openid-configuration`. However, RFC 8414 defines `/.well-known/oauth-authorization-server` as the default,...

doc-required
ready-to-test

### Search before reporting - [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](https://pulsar.apache.org/contribute/release-policy/#supported-versions) don't get bug fixes....

type/bug

### Motivation Since broker sent ErrorResponse to client when adding schema failed, so broker side only need to print warn log to help to troubleshoot the problem. ### Modifications The...

doc-not-needed

Main Issue: https://github.com/apache/pulsar/issues/25041 ### Motivation fix the unreasonable update partition process ### Modifications recover the topic partition process to : 1. create missing partitions 2. create subscription for new partition...

doc-not-needed

## Motivation Customizable Prometheus Labels for Topic Metrics ### Documentation - [x] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [ ] `doc-complete` ### Matching PR in forked...

doc
PIP

Main Issue: #24600 ### Motivation The primary motivation for this proposal is to address the high memory consumption caused by the current per-subscription delayed message tracking mechanism. For topics with...

doc-not-needed
PIP

# Motivation Fix for CVE-2024-53990 ### Modifications ### Verifying this change - [ ] Make sure that the change passes the CI checks. *(Please pick either of the following options)*...

doc-not-needed
ready-to-test
release/4.0.9
release/4.1.3

Fixes #24603 Main Issue: #24600 PIP: #xyz ### Motivation - Reduce lock contention and fix thread-safety issues in BucketDelayedDeliveryTracker. - Remove blocking I/O from the publish path. - Decouple the...

doc-not-needed
release/4.0.9
release/4.1.3

### Motivation Currently, Pulsar Broker lacks a metric to track instances where delayed messages exceed their TTL. This results in messages set with delayed delivery times exceeding the TTL expiring...

doc-not-needed