Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Zookeeper Gotcha 博文
这篇博文提到了“会话”。它是指 Zookeeper 客户端会话(就像您在 Java 中创建的用于与服务器交互的会话)还是会话指的是 Zookeeper 服务器本身?
该问题与服务器跟踪的 ZooKeeper 会话有关,与您在创建客户端时使用会话超时指定的会话相同。