jira-importer commented on issue #546: URL: https://github.com/apache/curator/issues/546#issuecomment-2604694088
<i><a href="https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cheddar">cheddar</a>:</i> <p>Btw, we recently implemented a very similarish thing in Druid at</p> <p><a href="https://github.com/metamx/druid/blob/master/client/src/main/java/com/metamx/druid/curator/announcement/Announcer.java" class="external-link" target="_blank" rel="nofollow noopener">https://github.com/metamx/druid/blob/master/client/src/main/java/com/metamx/druid/curator/announcement/Announcer.java</a></p> <p>and</p> <p><a href="https://github.com/metamx/druid/blob/master/client/src/test/java/com/metamx/druid/curator/announcement/AnnouncerTest.java" class="external-link" target="_blank" rel="nofollow noopener">https://github.com/metamx/druid/blob/master/client/src/test/java/com/metamx/druid/curator/announcement/AnnouncerTest.java</a></p> <p>It's a different model for the API (it's an object that does "announcements" rather than an object that represents a specific node).</p> <p>This was implemented specifically for the Druid use-case, but it has been working for us and if it seems like it would be generally applicable, we can contribute it into Curator as well.</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