Skip to content

ZOOKEEPER-5037: Add export and import commands to the CLI#2375

Open
ckrumbein wants to merge 1 commit intoapache:masterfrom
ckrumbein:ZOOKEEPER-5037
Open

ZOOKEEPER-5037: Add export and import commands to the CLI#2375
ckrumbein wants to merge 1 commit intoapache:masterfrom
ckrumbein:ZOOKEEPER-5037

Conversation

@ckrumbein
Copy link
Copy Markdown

@ckrumbein ckrumbein commented Apr 21, 2026

This PR adds two commands to the ZooKeeper CLI, export and import:

  • "export <path> <filepath>" downloads the contents of a znode to an external file.
  • "import <path> <filepath>" uploads the contents of an external file to a znode, replacing the znode's previous contents.

My team has been using both of these commands for some time. We are confident they are solid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant