vran

Results 21 comments of vran

first: ```shell sudo spctl --master-disable ``` second: open System Preferences->Security & Privacy select **anywhere** final: reinstall prettyZoo

try to run it and then open the application ```shell xattr -rc /Applications/prettyZoo.app ```

> > try to run it and then open the application > > ```shell > > xattr -rc /Applications/prettyZoo.app > > ``` > > This worked! > Maybe this can...

Thanks for your advice 我会去调研并尝试实现

@zhaowengxing hello, 上面应该是提了三个问题对应了三个需求 1. 搜索结果单击显示节点详情,但不跳转 2. 支持空格分隔查询(and 连接) 3. 固定节点数据类型模式 目前看来第 3 个可能不是有必要,因为 prettyZoo 会自动识别数据类型做高亮,点击 json 或 xml 按钮实际上是在做数据格式化。

long time no see, the feature ssh login by secret will meet in the next version, see pr #293

i test version from 3.4 to 3.8, and not meet your situation, but now support configure zookeeper connection timeout see pr #279 , it will release at next version

> ![image](https://user-images.githubusercontent.com/56857589/204071917-cfffaae0-22e6-485f-9806-9fa4e6f5e718.png) 我记得有某几个版本的zk使用的这个依赖2.0版本的,具体公司的zk版本确实不清楚 目前推测有两种情况 1. 集群选举导致的连接丢失 2. 会话心跳检测失败导致的连接丢失 如果是 2 的话其实重试是可以解决的

如果是版本兼容性问题的话,初始连接就会有问题,目前从截图来看已经有数据同步了,估计还是和集群有关,后续我尝试支持一下集群多实例连接。 超时时间保存失败的问题能否帮忙复现并提供一下日志