dajac commented on code in PR #16198:
URL: https://github.com/apache/kafka/pull/16198#discussion_r1628845364


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/consumer/Assignment.java:
##########
@@ -29,7 +30,7 @@
 /**
  * An immutable assignment for a member.
  */
-public class Assignment {
+public class Assignment implements MemberAssignment {

Review Comment:
   That's a good point. There are similar at the moment. Assignment should get 
extra fields in the future when we implement the client side assignor (if we 
ever do it) while MemberAssignment will stay as it is. We could consider 
merging them in the future.



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