kevin-wu24 commented on code in PR #22191:
URL: https://github.com/apache/kafka/pull/22191#discussion_r3336025418
##########
metadata/src/main/java/org/apache/kafka/controller/Controller.java:
##########
@@ -412,6 +412,20 @@ CompletableFuture<Void> registerController(
ControllerRegistrationRequestData request
);
+ /**
+ * Attempt to unregister the given controller.
+ *
+ * @param context The controller request context.
+ * @param controllerId The controller id to unregister.
+ *
+ * @return A future that is completed successfully when the
controller is
+ * unregistered.
+ */
Review Comment:
Yeah, I can add that.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]