pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
This revert commit 2c8c288a Fixes https://github.com/apache/pulsar/issues/16907 ### Motivation I think the problem described in #2993 is already solved by https://github.com/apache/pulsar/pull/2995, we don't need this workaround fix anymore. Also, this workaround...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Example failure https://github.com/apache/pulsar/actions/runs/3365965817/jobs/5582476700#step:10:1295 ### Exception stacktrace Full exception stacktrace [ERROR] testTopicLevelOffloadPartitioned(org.apache.pulsar.broker.admin.AdminApiOffloadTest) Time elapsed: 14.607...
### 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? This idea popped up when I...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version tlinux(CentOS) pulsar-2.10.1 ### Minimal reproduce step Deploy brokers on virtual machines. ### What...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Example failure https://github.com/apache/pulsar/runs/8127487718?check_suite_focus=true#step:10:2418 ### Exception stacktrace ``` Error: Tests run: 87, Failures: 1, Errors:...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version Pulsar Java Client 2.10.0 Pulsar 2.10.0 ### Minimal reproduce step Enable the transaction...
[improve][pulsar-io] Added support for generic record and raw JSON string schemas to CassandraSink
### Motivation The current implementation of the Cassandra Sink connector only supported a single schema type (key, string). This is not useful for production. So I modified the code to...
Master Issue: #16768 ### Motivation The problem has been discussed before in [#16792](https://github.com/apache/pulsar/pull/16792). And now I found that when creating a topic with large partition such as 500 on a...
### Motivation Currently, the table view only supports persistent topics with read compacted. However, some data don't require persistent storage, like load data in PIP-192 [#16691](https://github.com/apache/pulsar/issues/16691). We need to support...
**Is your feature request related to a problem? Please describe.** sometimes need restrict publish message,when use terminate function,the topic will can not be reverted as a normal topic **Describe the...