mjsax commented on code in PR #22288:
URL: https://github.com/apache/kafka/pull/22288#discussion_r3246181239
##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupMetadataManagerTest.java:
##########
@@ -21726,6 +21728,8 @@ public void testStreamsGroupEvaluatedConfigs() {
"num.standby.replicas",
String.valueOf(GroupCoordinatorConfig.STREAMS_GROUP_MAX_STANDBY_REPLICAS_DEFAULT)
),
assignor.lastPassedAssignmentConfigs());
+
assertEquals(GroupCoordinatorConfig.STREAMS_GROUP_MIN_TASK_OFFSET_INTERVAL_MS_DEFAULT,
Review Comment:
Well. it's a two line comment about both:
```
// Verify that the number of standby replicas is evaluated to max,
// and task offset interval is evaluated to min
```
--
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]