pkuwm opened a new issue #1525: URL: https://github.com/apache/helix/issues/1525
**Is your feature request related to a problem? Please describe.** If a node has many children and the packet length exceeds the network buffer limit, the ZkClient's `getChildren` operation will fail. There are some cases that users will expect to fetch all the children successfully. **Describe the solution you'd like** Pagination could be used to support this feature. It requires the native zk to have the paginated getChildren API. **Additional context** Add any other context or screenshots about the feature request here. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
