pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
### Motivation Broker can go out of memory due to many reads enqueued on the PersistentDispatcherMultipleConsumers dispatchMessagesThread (that is used in case of dispatcherDispatchMessagesInSubscriptionThread set to true, that is the...
Fixes https://github.com/apache/pulsar/issues/17673 ### Motivation Currently, Pulsar only supports global offload auto trigger policy: `managedLedgerOffloadAutoTriggerSizeThresholdBytes` and `managedLedgerOffloadThresholdInSeconds` (see: https://github.com/apache/pulsar/pull/17398). this is a very coarse granularity. For the purpose of more fine...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 2.10.1 ### Minimal reproduce step 2022-11-03 10:51:12,406 ERROR [https-jsse-nio-127.0.0.1-25914-exec-58][ROOT][PulsarTopicProcessor.java 235] PulsarException in get...
discuss mail-thread: https://lists.apache.org/thread/cdw5c2lpj5nwzl2zqyv8mphsqqv9vozj ## Motivation - This PIP introduces a way to support batched message using entry filter without having to deserilize the entry, through restricting same properties of messages...
### Motivation - currentLedgerEntries and currentLedgerSize fields in the ManagedLedgerImpl class are currently mutated and read from multiple threads which is a problem. - one solution is to make the...
[Doc]
### 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? https://pulsar.apache.org/docs/next/concepts-messaging/#subscriptions “In the diagram below, Consumer...
### 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? There are still several links to...
…ion is not connected **Motivation** When a topic is a partitioned topic and a partition is not available for producing messages, currently pulsar client will still try to produce messages...
### Motivation Add offload managedLedgerOffloadThreshold RestAPI and CLI tools ### Does this pull request potentially affect one of the following parts: *If the box was checked, please highlight the changes*...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Example failure https://github.com/labuladong/pulsar/actions/runs/3376057575/jobs/5603501145#step:10:1208 ### Exception stacktrace Full exception stacktrace Error: Tests run: 7, Failures:...