Masahiro Sakamoto
Masahiro Sakamoto
### Motivation A vulnerability scan on this repository found a vulnerable version of `gopkg.in/yaml.v3`. https://github.com/advisories/GHSA-hp87-p4gw-j4gq We need to upgrade the version of `github.com/stretchr/testify` because it directly depends on `gopkg.in/yaml.v3`. https://github.com/stretchr/testify/pull/1192...
### Motivation The read throttling feature in `Auditor#checkAllLedgers` added by #2973, but when it was enabled `checkAllLedgers` got stuck. The cause is that, as mentioned in #3070, all the `BookKeeperClientWorker-OrderedExecutor`...
https://github.com/apache/pulsar-client-node/pull/223 enabled users to set schema information for messages. However, this is not enough and Pulsar Schema is not yet fully supported. Like other language libraries, the Node.js client library...
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...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation After upgrading the version of Pulsar used at our company, the `publishers` field...
### Motivation If the system property `readonlymode.enabled` is set to true on a ZooKeeper server, read-only mode is enabled. Data can be read from the server in read-only mode even...
#### Expected behavior omitted #### Actual behavior Zero queue consumer has been supported since v0.13.0, but there seem to be some buggy behaviors. - Immediately after creating a consumer, I...
**Is your feature request related to a problem? Please describe.** PulsarAdmin in Java has a feature to periodically refresh loaded TLS client certificates (cf. https://github.com/apache/pulsar/pull/8831), but Go does not seem...
### Motivation The `bookiesanity` subcommand of Bookie Shell enables users to specify the number of entries and the timeout in seconds as command line options. ```sh $ ./bin/bookkeeper shell bookiesanity...