jira-importer commented on issue #578:
URL: https://github.com/apache/curator/issues/578#issuecomment-2604699547

   <i><a 
href="https://issues.apache.org/jira/secure/ViewProfile.jspa?name=randgalt";>randgalt</a>:</i>
   <p>The problem there is that you have to make a call on each individual node 
to get the Stat object. So, there's no way to do this "inline". All the details 
have to be fetched and then you can construct the ordering. This suggests a 
higher-level recipe that uses PathChildrenCache internally. It could wait until 
node changes settle or a pre-defined timing threshold and then construct a new 
message with the ordering that you need.</p>


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@curator.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to