AndrewJSchofield commented on code in PR #15470: URL: https://github.com/apache/kafka/pull/15470#discussion_r1514117940
########## clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java: ########## @@ -1399,6 +1404,184 @@ public void testInvalidTopicNames() throws Exception { } } + @SuppressWarnings("NPathComplexity") Review Comment: The client sends one. There will be multiple client implementations over time, so it's prudent to ensure that a malformed cursor is caught properly, just in case. -- 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