chia7712 commented on code in PR #19327:
URL: https://github.com/apache/kafka/pull/19327#discussion_r2118115367


##########
clients/src/test/java/org/apache/kafka/clients/FetchSessionHandlerTest.java:
##########
@@ -217,7 +217,8 @@ public void testSessionless() {
 
             FetchResponse resp = FetchResponse.of(Errors.NONE, 0, 
INVALID_SESSION_ID,
                 respMap(new RespEntry("foo", 0, fooId, 0, 0),
-                        new RespEntry("foo", 1, fooId, 0, 0)));
+                        new RespEntry("foo", 1, fooId, 0, 0)),
+                    Collections.emptyList());

Review Comment:
   could you please use `List.of`?



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to