道君

Results 29 issues of 道君

PIP: https://github.com/apache/pulsar/issues/18319 ### Motivation https://github.com/apache/pulsar/issues/18319 ### Modifications ### Verifying this change - [ ] Make sure that the change passes the CI checks. *(Please pick either of the following options)*...

component/broker
doc-required
component/metrics
PIP
ready-to-test

PIP: https://github.com/apache/pulsar/issues/18560 ### Motivation https://github.com/apache/pulsar/issues/18560 ### Modifications ### Verifying this change - [ ] Make sure that the change passes the CI checks. *(Please pick either of the following options)*...

component/broker
doc-required
component/metrics
PIP
ready-to-test

## Proposed commit message Introduce Apache Pulsar to beats as an output plugin, and users could send data to Pulsar. ## Checklist - [x] My code follows the style guidelines...

Team:Elastic-Agent
Team:Elastic-Agent-Data-Plane
backport-8.x

Fixes https://github.com/apache/pulsar-client-go/issues/1103 ### Motivation Introduce `BooleanSchema` ### Modifications Add `BooleanSchema` ### Verifying this change - [x] Make sure that the change passes the CI checks. *(Please pick either of the...

Fixes https://github.com/apache/pulsar-client-go/issues/937 ### Motivation Add Reader interceptor ### Modifications *Describe the modifications you've done.* ### Verifying this change - [ ] Make sure that the change passes the CI checks....

refer to: https://github.com/apache/pulsar/wiki/PIP-96%3A-Message-payload-processor-for-Pulsar-client

help wanted
type/feature

### Motivation Fix Reader can be stuck from transaction aborted messages. Related to https://github.com/apache/pulsar/pull/22572 Since Reader's SubscriptionType is `Exclusive`, so we no need to handle DelayedDelivery messages. ### Modifications ###...

area/client
area/broker
area/transaction
doc-not-needed
ready-to-test
release/2.10.7
release/2.11.5
release/3.2.3
release/3.0.5

### Motivation In https://github.com/apache/pulsar/pull/19035 we introduced `skipCondition` to filter-out delay delivery messages before read entries from Bookkeeper, and in https://github.com/apache/pulsar/pull/21739, we also filter-out deleted(individual acked messages) before read entries. However,...

doc-not-needed
ready-to-test
area/ML
category/performance
release/4.0.1
triage/lhotari/important

PIP: https://github.com/apache/pulsar/issues/18004 ### Motivation See https://github.com/apache/pulsar/issues/18004 ### Modifications 1. Move AsyncTokenBucket related classes from pulsar-broker to pulsar-common 2. Add OffloadLedgerHandle.java 3. Pass OffloadLedgerHandle's instance to LedgerOffloader instead of LedgerHandle. ###...

area/tieredstorage
area/broker
doc-required
type/PIP
ready-to-test

Fixes https://github.com/apache/pulsar/issues/22129 Main Issue: #xyz PIP: #xyz ### Motivation Optimize seeking by timestamp ### Modifications Add a new method to ManageCursor. ### Verifying this change - [ ] Make sure...

doc-not-needed
ready-to-test
area/ML
category/performance