pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version pulsar version:3.1.1,master ### Minimal reproduce step broker count: 2 bookie count: 5 broker...
### Motivation Since Pulsar Admin API uses the blocking servlet API, it is possible that all Jetty threads are occupied and this causes unavailability on the Pulsar Admin API. The...
# Overview This issue will the parent issue tracking the implementation of PIP-264 ([PR](https://github.com/apache/pulsar/pull/21080), [issue that was converted to PR](https://github.com/apache/pulsar/issues/20197)): Enhanced OTel-based metric system # Execution Plan There are two...
### Motivation We found the following error logs on the broker when we used ResourceGroupPublishLimiter. This root cause is `tryAcquire` method has a race condition with the `replaceLimiters` method, leading...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Presently, there is no dedicated connector to facilitate seamless data transfer from Apache...
### Motivation The wasm bytecode is designed to be encoded in a size- and load-time-efficient binary format. WebAssembly aims to execute at native speed by taking advantage of common hardware...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 3.2.0 ### Minimal reproduce step / ### What did you expect to see?...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version `3.0.2` ### Minimal reproduce step Broker.conf - `allowAutoTopicCreation`: `true` - `allowAutoTopicCreationType`: `partitioned` -...
### Motivation When using `asyncResponse.resume(null)` to write data to the admin, we will get an empty content, not null. Please see the Jersey implementation: https://github.com/eclipse-ee4j/jersey/blob/2.34/core-server/src/main/java/org/glassfish/jersey/server/ServerRuntime.java#L603-L610 ### Modifications In the `asyncGetRequest`...
### Motivation Orphan ledgers can be detected through the PCK API when the bookkeeper's disk is abnormally high. If necessary, we can be deleted directly to free up disk space....