Hello,

I've been looking at the ZooKeeperSaslClient class, and I've been wondering why 
the Login object is static in that class. Is it only to avoid having one login 
thread for each concurrent session? I'd like to make it non-static because this 
way we can have multiple handles in the same jvm using different 
configurations. We'd also need to pass the login configuration separately.

I had a look at the ZOOKEEPER-938 jira for some insight, but couldn't get any. 
Any other insight here would be great.

-Flavio

Reply via email to