Brent created ZOOKEEPER-4487: -------------------------------- Summary: Add command line parameters support for connection settings to ZooInspector Key: ZOOKEEPER-4487 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4487 Project: ZooKeeper Issue Type: Improvement Components: contrib Affects Versions: 3.6.2, 3.7.0, 3.8.0 Reporter: Brent Attachments: zooinspector-connection-settings.png
The ZooInspector tool currently only allows specification of connection settings (connect string, session timeout, etc.) from a pop-up dialog once the UI has been run. This often results in a lot of extra clicks every time I use the app. My normal workflow is: # Run shell command to get ZK connect string # Launch ZooInspector # Click "connect" button # Copy paste connect string into "Connect String" field # Click "OK" If the parameters in the connection settings dialog (most importantly the connect string) could be specified on the command line, Steps 2-5 could be squished into a single step. This is also more favorable for automation and integrating ZooInspector into other tooling. See attached image for reference screenshot of connection settings dialog. -- This message was sent by Atlassian Jira (v8.20.1#820001)