Sijie Guo
Sijie Guo
*Motivation* Pulsar is a cloud-native messaging and streaming platform. It has been well adopted by many companies in different regions. There is a need requested from the Pulsar community to...
*Test Case* Flink state is backed up from system 1. Pulsar is installed on a system 2. The topic is created on system 2. Flink state is restored in system2....
Since dotpulsar is now part of the ASF, it would be great to start cutting the first release after it enters the ASF. Cutting the first release can help figure...
*Problem* `--output` has been listed in the examples of `pulsarctl token` command, but there is no option `--output`. See the following error: ``` $ pulsarctl token create-secret-key --output my-secret.key Error:...
`pulsar-admin` supports deleting a subscription forcefully. But pulsarctl doesn't. it would be good to support this feature.
*Motivation* Currently we have some many commands under `namespace` resource. It introduces a few inconveniences. - We have too many getters and setters. It is really hard to people to...
"Pulsar源码解析.md" becomes a very large file. It might be good to break it down into multiple smaller md files and organize them into sections.
Descriptions of the changes in this PR: ### Motivation Netty supports sending SNI header on TLS handshake (https://github.com/netty/netty/issues/3801#issuecomment-104274440). This PR uses that Netty feature to send SNI header while connecting...
Descriptions of the changes in this PR: *Motivation* This PR is part of BP-37 - using the new configuration framework to re-organize server configuration *Changes* Update server configuration to use...
Descriptions of the changes in this PR: *Motivation* We introduced LedgerUnderredplicationManager#markLedgerUnderreplicatedAsync in #1619. This exposes the async api to the public. Let's make sure we have enough test coverage for...