nizhikov commented on PR #14471:
URL: https://github.com/apache/kafka/pull/14471#issuecomment-2008931321

   @chia7712 I tried to perform Tuple2 -> Map.Entry substitution.
   
   The only issue I can see is naming.
   `Map.Entry` has `getKey`, `getValue` for first and second values in pair 
which  sets some kind of relation between values for me.
   While Tuple2 just stores two values(v1, v2) that sits together in some piece 
of code.
   
   Should we go with `getKey`, `getValue` for tuple values? Is it clear naming? 
WDYT?


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