szepet commented on issue #922: ZOOKEEPER-3361: Add multi version of getChildren request URL: https://github.com/apache/zookeeper/pull/922#issuecomment-491326588 Another idea, that we could create a MultiRead operation which supports `getChildren`, `getData`, `exist` and `getACL` (so every read request) as well. It could be implemented just like `multi`, however, it would not create a transaction or a vote request. As I see, only the `PrepRequestProcessor` and the `FinalRequestProcessor` are needed to be modified for that. I could come up with a POC implementation next week to see how it could work.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
