zktop icon indicating copy to clipboard operation
zktop copied to clipboard

top for Apache ZooKeeper

Results 8 zktop issues
Sort by recently updated
recently updated
newest added

Hey. As you've mentioned in #19 a port to Python3 will be necessary to keep `zktop` alive. I'd guess it would run mostly out of the box with Python3, given...

Hey. AFAIU, `clientPort` is deprecated,... but when one removes it, zktop fails: ``` Traceback (most recent call last): File "/usr/bin/zktop", line 11, in load_entry_point('zktop==1.0.0', 'console_scripts', 'zktop')() File "/usr/lib/python3/dist-packages/zktop.py", line 392,...

If a ZooKeeper server is installed on the system, zktop is likely expected to connected to the ZK enseble of that and not only to the local ZK server. •...

`zktop zk0,zk1,zk2` works when zk2 is offline. however when zk0 crashes zktop fails to connect and doesn't say anything about cluster health.

If for whatever reason we cannot access the ZK server configured - see #24 for an example, we should complain about it to the user so that they can address.

Since 3.5.5 zookeeper supports SSL, would be great have the support here too. Thanks

Hey. Would be a nice feature, if zktop per default tries: --config=/etc/zookeeper/conf/zoo.cfg before it does the implicit --server localhost:8121 What people typically want is probably that they see all the...

If no servers are specified and a config /etc/zookeeper/conf/zoo.cfg exists, read the config file for a list of servers instead of defaulting to localhost:2181. Config location is default for Cloudera...