squah-confluent commented on code in PR #21655:
URL: https://github.com/apache/kafka/pull/21655#discussion_r2896888832
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/streams/TasksTupleWithEpochs.java:
##########
@@ -44,6 +46,8 @@ public record TasksTupleWithEpochs(Map<String, Map<Integer,
Integer>> activeTask
Map<String, Set<Integer>> standbyTasks,
Map<String, Set<Integer>> warmupTasks) {
+ private static final Logger log =
LoggerFactory.getLogger(TasksTupleWithEpochs.class);
+
Review Comment:
Is this now unused?
--
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]