cmccabe opened a new pull request, #13337:
URL: https://github.com/apache/kafka/pull/13337

   This PR refactors MetadataPublisher's interface a bit. There is now a 
handleControllerChange callback. This is something that some publishers might 
want. A good example is ZkMigrationClient.
   
   There is now only a single publish() function rather than a separate 
function for publishing snapshots and log deltas. Most publishers didn't want 
to do anything different in those two cases. The ones that do want to do 
something different for snapshots can always check the manifest type.
   
   The close function now has a default empty implementation, since most 
publishers didn't need to do anything there.


-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to