dajac commented on code in PR #21008:
URL: https://github.com/apache/kafka/pull/21008#discussion_r2576230231
##########
coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRuntime.java:
##########
@@ -2535,12 +2535,12 @@ public void scheduleUnloadOperation(
/**
* A new metadata image is available.
*
- * @param newImage The new metadata image.
- * @param delta The metadata delta.
+ * @param delta The metadata delta.
+ * @param newImage The new metadata image.
*/
- public void onNewMetadataImage(
- CoordinatorMetadataImage newImage,
- CoordinatorMetadataDelta delta
+ public void onMetadataUpdate(
+ CoordinatorMetadataDelta delta,
Review Comment:
From the description:
> It does not change the
ShareCoordinator yet. I will do this as a follow-up if people agree
with the general approach
--
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]