Hi, I'm experimenting with the value of zookeeper.session.timeout.ms in Kafka 2.0.1.
In my broker logs I see the following message [2019-01-09 15:12:01,246] WARN Client session timed out, have not heard from server in 1369ms for sessionid 0x200d78d415e0002 (org.apache.zookeeper.ClientCnxn) However, my zookeeper session timeout is configured as 2000ms. Why does the log file show a session timeout for a value less than what is configured? Thanks, Mark