Zixuan Liu
Zixuan Liu
Fixes https://github.com/apache/pulsar/issues/21153 ### Motivation Enable the geo-replication only on the topic level to replicate the partitioned topic, if the topic was not created in the remote cluster, it becomes the...
### Motivation The `org.apache.pulsar.broker.admin.AdminResource#checkTopicExistsAsync` cannot correctly check the topic exists. Create a non-persistent topic with partitions 3: ```java admin.topics().createPartitionedTopic(partitionedTopicName, 3); // 1 admin.topics().createPartitionedTopic(partitionedTopicName, 3); // 2 ``` See the following...
Fixes #21900 ### Motivation In #21900, I guess the user uses a sync call in the `pulsar-client-io` callback thread, so throw the timeout exception. The `pulsar-client-io` thread is used to...
https://github.com/fabric8io/docker-maven-plugin/pull/1360 is a good idea, but this idea affects too many people, so this PR can help people switch to the HTTP protocol from the TCP protocol, the default to...
### Motivation - The PTR result will end with a `.`, we need to trim that, please see https://datatracker.ietf.org/doc/html/rfc1035#autoid-37 - In testing, we use the loopback net interface, which doesn't...
### Motivation When the ledger opens a cursor, the cursor uses a field to hold a managed ledger configuration. Once the managed ledger configuration is renewed(The managed ledger configuration will...
### Motivation This plugin doesn't work on the MacOS 14.1.1 (23B81) with intel CPU. ``` Client: Cloud integration: v1.0.35+desktop.5 Version: 24.0.7 API version: 1.43 Go version: go1.20.10 Git commit: afdd53b...
### Motivation The tab-completion is an important feature, we have migrated the CLI parser to picocli from jcommander, right now we can use the picocli autocomplete to do that. -...
### Motivation I'm using the rate limiter on the replicator, when an existing topic is initializing, and the replicator's cursor exists, the topic will create the replicator, and then load...
Hi guys, I think `go-license` is a good project in the license field, so I want to request a feature. Right now, we only support passing the files path to...