gabriellefu commented on code in PR #22788:
URL: https://github.com/apache/kafka/pull/22788#discussion_r3598648835


##########
group-coordinator/group-coordinator-api/src/main/java/org/apache/kafka/coordinator/group/api/assignor/streams/TaskId.java:
##########
@@ -25,6 +28,8 @@
  * @param subtopologyId The unique identifier of the subtopology.
  * @param partition     The partition of the input topics this task is 
processing.
  */
[email protected]
[email protected]
 public record TaskId(String subtopologyId, int partition) implements 
Comparable<TaskId> {

Review Comment:
   I can make it into a interface and update my kip accordingly, thanks
   



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

Reply via email to