I have a need for a version of getChildren() that only returns the first N items. This is useful for nodes that may have thousands of children. There is some work that has been done and a patch here: https://issues.apache.org/jira/browse/ZOOKEEPER-423
Does anyone know if that patch will be accepted? If so, when. If not, I can write a getTopNChildren() from scratch. -JZ
