pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
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...
**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...
### Motivation Authentication documentation has too many duplicate configurations and some unnecessary configurations. ### Documentation - [x] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [ ] `doc-complete`...
### 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...
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...
### 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 - [ ]...
### 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...
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...
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,...