Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1007 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 1007 Bytes

zooinspector

current version: 1.2-SNAPSHOT

An improved zookeeper inspector

  • single executable jar, java8, ZooKeeper 3.4.13
  • Supports export zookeeper data to .zk, XML and folder ctapmex/zkTreeUtil (planned ability to restore dump from file: fork kostapc/zkTreeUtil)
  • centered GUI forms and dialogs
  • Use async operations to speed up read
  • Znodes sorted by names in tree viewer
  • Timestamp and session id in more readable format in node metadata viewer
  • Add a dropdown menu to show the last 10 successfully connected zookeeper addresses
  • Support text search in node data viewer
  • Support read-only mode for node data viewer
  • adds syntax highlighting capability using RSyntaxArea

Build

Run

  • java -jar target/zooinspector-1.2-SNAPSHOT-jar-with-dependencies.jar

Status

  • Maintained, 2023!