Zookeeper Concepts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Zookeeper") |
|||
Line 2: | Line 2: | ||
* [[Zookeeper#Subjects|Zookeeper]] | * [[Zookeeper#Subjects|Zookeeper]] | ||
=Session= | |||
==Session Timeout== | |||
The session timeout is negotiated between the client and the server. The server has two configuration elements (<tt>minSessionTimeout</tt> and <tt>maxSessionTimeout</tt>, in milliseconds) which set the limits within the client is allowed to negotiate. |
Latest revision as of 20:31, 26 August 2019
Internal
Session
Session Timeout
The session timeout is negotiated between the client and the server. The server has two configuration elements (minSessionTimeout and maxSessionTimeout, in milliseconds) which set the limits within the client is allowed to negotiate.