This is an automated email from the ASF dual-hosted git repository.
nicoloboschi pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from fc6830471ad [fix][offload] Fix numerical overflow bug while reading
data from tiered storage (#18595)
new 4d0646b3cdf [improve][cli] Pulsar shell: add command to set/get
property of a config (#17651)
new 60a79050538 [fix][cli] Exclude windows script from the docker image
(#17404)
new 62978ae7f32 [improve][cli] Pulsar shell: allow cloning an existing
config (#18608)
new 247e05739fe [fix][cli] Pulsar shell: do not exit on user interrupt
during commands (#18615)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
distribution/shell/src/assemble/shell.xml | 10 ++
docker/pulsar/Dockerfile | 1 +
.../java/org/apache/pulsar/shell/ConfigShell.java | 153 +++++++++++++++++++--
.../java/org/apache/pulsar/shell/PulsarShell.java | 34 +++--
.../apache/pulsar/shell/config/ConfigStore.java | 72 ++++++++++
.../pulsar/shell/config/FileConfigStore.java | 20 +--
.../org/apache/pulsar/shell/ConfigShellTest.java | 112 +++++++++++++--
site2/docs/reference-cli-tools.md | 30 ++++
8 files changed, 381 insertions(+), 51 deletions(-)