We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f7955 commit f445aceCopy full SHA for f445ace
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/GroupMetadataManagerTest.java
@@ -17462,7 +17462,7 @@ public void testStreamsGroupHeartbeatPartialResponseWhenNothingChanges() {
17462
}
17463
17464
@Test
17465
- public void testStreamsInitialRebalanceDelayEmptyDuringDelay_AssignsAfterTimer() {
+ public void testStreamsInitialRebalanceDelayEmptyDuringDelayAssignsAfterTimer() {
17466
String groupId = "fooup";
17467
String memberId = Uuid.randomUuid().toString();
17468
String subtopology1 = "subtopology1";
0 commit comments