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

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation There is a API for increase partitions for a topic https://pulsar.apache.org/admin-rest-api/?version=3.3.0#operation/PersistentTopics_updatePartitionedTopic but it...

type/enhancement

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

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation The motivation for enhancing broker metrics to support URL parameter filtering in Pulsar...

type/enhancement

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

### Motivation When Proxy and appropriate Proxy authentication is introduced in the Broker, the Proxy first authenticates the request coming from the client and retrieves its principal name, and passes...

type/bug
area/broker
doc-not-needed
ready-to-test

Currently the Kafka Sink Connector is able to support only keys with a String value. We should support the generic byte[] key, as it is in Kafka. Also we should...

type/enhancement
help wanted
good first issue

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Transaction module introduce multiple(default 16) TC to improve performance. However, if part of...

type/enhancement

Main Issue: https://github.com/apache/pulsar/issues/23022 ### Motivation As shown in the issue. Fix occur confusing error log when use reader to read entry. ### Modifications In the case that read entry failed...

doc-not-needed

[PIP-264](https://github.com/apache/pulsar/blob/master/pip/pip-264.md) ### Motivation Adds replicated subscription metrics, defined [here](https://github.com/apache/pulsar/blob/c160cc9c3d44c1df073d63b325b45b9bc9bff8c7/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/ReplicatedSubscriptionsController.java#L73) and [here](https://github.com/apache/pulsar/blob/c160cc9c3d44c1df073d63b325b45b9bc9bff8c7/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/ReplicatedSubscriptionsSnapshotBuilder.java#L55), to the OpenTelemetry pipeline. ### Modifications - Added metrics, as described by https://github.com/apache/pulsar-site/pull/941, to the OpenTelemetry pipeline. Since these...

doc-required
ready-to-test

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation As the code shown, even if we disable txn, we use topic.getMaxReadPosition() which...

type/enhancement