You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2020/03/06 21:25:10 UTC

[GitHub] [helix] narendly opened a new issue #874: Add readOnly option to ZkClient and Helix APIs

narendly opened a new issue #874: Add readOnly option to ZkClient and Helix APIs
URL: https://github.com/apache/helix/issues/874
 
 
   This is a useful pattern that's seen in Python's ZkClient library, kazoo, where we give the users an option to connect to ZK on read-only mode.
   
   Since we have new ZkClient APIs that prevent access outside of sharding key, and old ZkClient APIs that connect to the ZK server and can do both RW operations, there could be some unsafe usage of ZkClients. Adding a read-only mode will help with preventing such situations.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org