pulsar
pulsar copied to clipboard
Apache Pulsar - distributed pub-sub messaging system
### Motivation Avoid setting broker internal system topics using off-loader because some of them are the preconditions of other topics. The slow replying log speed will cause a delay in...
WIP, not ready for review. PR opened in draft mode for initial discussion and feedback. ### Motivation When investigating another issue and reproducing the problem using these instructions, https://github.com/apache/pulsar/pull/21948#issuecomment-2078264388, I...
### Motivation The steps to describe the issue - There is a partitioned topic on the remote cluster, with partitions `1`. And the source cluster does not have this topic....
Fix error in obtaining network card related information under linux or mac os ### Motivation  ### Modifications ### Verifying this change - [ ] Make sure that the change...
When ledger is closed, do not offload when this ledger is non-persistent or system topics. ### Motivation When ledger is closed, do not offload when this ledger is non-persistent or...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes....
PulsarStandaloneBuilder looks like a great API for users to launch an embedded Pulsar service for unit tests. Currently (2.8.0) there are a few problems that need to be fixed: -...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes....
Fixes #22428 ### Motivation ```java java.util.concurrent.ExecutionException: org.apache.pulsar.client.admin.PulsarAdminException$ConflictException: This topic already exists at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) at org.apache.pulsar.broker.admin.AdminApiMultiBrokersTest.testForceDeletePartitionedTopicWithSub(AdminApiMultiBrokersTest.java:208) ``` `ConflictException` can be ignored. ### Modifications - Check again whether the topic...
Fixes #22442 ### Motivation Please refer to #22442. ### Modifications Exclude producers for geo-replication from the `publishers` field in topic-stats and broker-stats. ### Verifying this change - [x] Make sure...