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 The Pulsar Admin client uses connection pooling (keep alive) without limiting the number...

### Motivation Max read position is before the first ongoing txn's position. But the entry id of the first message may be 0, calculate the max read position by `entry...

doc-not-needed
ready-to-test

Main Issue: [#21347](https://github.com/apache/pulsar/issues/21347) ### Motivation When the client machine's clock is incorrect (eg: set to 1 year later) and the Broker does not set the AppendBrokerTimestampMetadataInterceptor, the Ledger will not...

doc-not-needed
ready-to-test

PIP: #20776 ### Motivation Key_Shared has a mechanism called the "recently joined consumers" to keep message ordering. However, currently, it doesn't care about some corner cases. More specifically, we found...

doc-required
ready-to-test

[PIP-264](https://github.com/apache/pulsar/blob/master/pip/pip-264.md) ### Motivation Part of PIP-264 related work to convert metrics to OpenTelemetry format. This PR handles topic lookup metrics, as currently defined in the [documentation](https://pulsar.apache.org/docs/next/reference-metrics/#topic-lookup-metrics). Note that metric `pulsar_broker_load_manager_bundle_assignment`...

doc-required
ready-to-test

### Motivation We better set the compaction threshold of the serviceUnitStateChannel topic instead of relying on other components' init. Also, we need to fix the issue that lookup and unload...

doc-not-needed

This commit introduces a Github Actions workflow that runs a Trivy container scan on the following Docker containers: - apachepulsar/pulsar:3.2.0 - apachepulsar/pulsar-all:3.2.0 The workflow runs daily @ 0800 UTC and...

type/feature
doc-not-needed
component/ci

PIP: 332 ### Motivation Currently we are able to peek any number of messages using the Pulsar Java Admin API. However, we are only able to view these messages starting...

doc-required
PIP

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version I'm trying to downgrade from 3.0.2 to 2.10.4 ### Minimal reproduce step I'm...

This PR is WIP ### Motivation PIP-61 and PIP-95 isn't fully implemented in the Pulsar code base. For example, topic lookup with Admin API is broken when using advertised listeners....

bug
component/broker
doc-not-needed