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

This is a followup to #17284. cc @DaveDuggins @Anonymitaet @momo-jun @urfreespace ### Documentation - [ ] `doc-required` (Your PR needs to update docs and you will update later) - [...

doc

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Currently in the Kafka Source we are not copyng the headers but only...

### Motivation Using this command `find . ! -name '*Test*' -name "*.java" -exec grep -H "@Test" {} \;` I found out that some tests are not running in the CI...

doc-not-needed

Fixes # Master Issue: # ### Motivation https://github.com/apache/pulsar/blob/master/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ReaderImpl.java#L190 ``` @Override public CompletableFuture readNextAsync() { CompletableFuture receiveFuture = consumer.receiveAsync(); receiveFuture.whenComplete((msg, t) -> { if (msg != null) { consumer.acknowledgeCumulativeAsync(msg).exceptionally(ex -> {...

doc-not-needed
release/2.10.2
release/2.9.4
release/2.11.1

### Motivation While working on https://github.com/apache/pulsar/pull/17752, I noticed our build time was incorrect. It was set to `2020-01-22T09:10:15-0600`. This timestamp was inherited from the org.apache:apache:23 dependency, as you can see...

type/improvement
component/build
doc-not-needed

### Motivation Cleanup unused sync method in NamespacesBase ### Modifications Removing `validatePolicies` and `internalSetTopicDispatchRate` ### Verifying this change - [ ] Make sure that the change passes the CI checks....

doc-not-needed

See CVE-2022-38752. ### Documentation - [ ] `doc-required` (Your PR needs to update docs and you will update later) - [x] `doc-not-needed` (Please explain why) - [ ] `doc` (Your...

doc-not-needed

### Motivation Current pulsar only support to set `autoSubscriptionCreation` on broker and namespace level, but we can further set this policy on the topic level. ### Modifications - Add admin...

type/feature
component/broker
doc-not-needed

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? When I go through the document...

doc-required

### Motivation The TransactionImpl stores a lot of future. This uses a lot of memory, and can be optimized to two futures. ### Modification Optimize the future list to single...

doc-not-needed