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

Fixes #18256 ### Motivation https://debezium.io/blog/2022/04/07/read-only-incremental-snapshots/ ### Modifications Overwrite MySqlReadOnlyIncrementalSnapshotContext and MySqlReadOnlyIncrementalSnapshotChangeEventSource in debezium. ### Verifying this change - [x] Make sure that the change passes the CI checks. ### Does...

doc-required

**I had apache pulsar cluster in azure .** Now i would like to connect to remote cluster from my local mahcine using Proxy In `**proxy.conf`** file i set up configuration...

type/improvement
triage/week-53
lifecycle/stale

### Motivation Authentication documentation has too many duplicate configurations and some unnecessary configurations. ### Documentation - [x] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [ ] `doc-complete`...

doc

### Motivation https://github.com/apache/pulsar/pull/18217 fixed the `OutOfDirectMemoryError` of `startBookieWithMetadataStore`. But if you use zookeeper as metadata store, `OutOfDirectMemoryError` will occur again: ```shell > PULSAR_STANDALONE_USE_ZOOKEEPER=1 ./bin/pulsar standalone --num-bookies 3 2022-11-04T16:45:04,059+0800 [main] INFO...

doc-not-needed

Fixes #18329 ### Motivation Due to missing LocalDateTime ConVersion, the decode `java.time.LocalDateTime` failure. ### Modifications Add `LocalTimestampMicrosConversion` and `LocalTimestampMillisConversion` for AvroSchema. ### Verifying this change - [x] Make sure that...

type/bug
component/client
doc-not-needed
release/2.9.4
release/2.11.1
release/2.10.3
ready-to-test

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation When people/companies evaluate open source software to rely and build on they more...

Master Issue: https://github.com/apache/pulsar/issues/16153 ### Motivation After this PR, the basic function of `PIP-180 shadow topic` will be ready. ### Modifications - Add `ShadowManagedLedgerImpl` ### Verifying this change - [ ]...

type/feature
component/broker
doc-required

### Motivation In the Pulsar protocol, we always directly update the `authenticationData` during the auth challenge, `originalAuthData` has been ignored, which causes the following problems: 1. The authorization provider cannot...

type/bug
component/broker
doc-not-needed
release/2.11.1

Fix https://github.com/apache/pulsar/issues/8152 ### Motivation Add JWKS support for AuthenticationProviderToken. ### Modifications - Add `tokenKeySet` config to provide the JWKS support ### Verifying this change - Added RSA test - Added...

doc-required
component/authentication

Fixes #18314 ### Motivation In #18289, we set `sendInProgress` to false only after the last entry in a batch of messages has been delivered, but this will make consume stuck,...

flaky-tests
doc-not-needed