frankvicky commented on code in PR #20375:
URL: https://github.com/apache/kafka/pull/20375#discussion_r2296971151
##########
clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java:
##########
@@ -11668,4 +11668,26 @@ private static StreamsGroupDescribeResponseData
makeFullStreamsGroupDescribeResp
.setAssignmentEpoch(1));
return data;
}
+
+ @Test @Timeout(30)
Review Comment:
Please don't put these two annotations in the same line.
--
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]