Pankraz76 commented on code in PR #21167:
URL: https://github.com/apache/kafka/pull/21167#discussion_r2628462602
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java:
##########
@@ -1867,7 +1849,6 @@ void maybeInitTaskTimeoutsOrThrow(
for (final TopicPartition partition : partitions) {
final Task task = getActiveTask(partition);
task.maybeInitTaskTimeoutOrThrow(nowMs, timeoutException);
Review Comment:
```suggestion
getActiveTask(partition).maybeInitTaskTimeoutOrThrow(nowMs,
timeoutException);
```
coupling now seems obsolete, considering cohesion.
--
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]