You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/07/16 12:45:26 UTC

[GitHub] [kafka] dajac commented on a change in pull request #9030: MINOR: Filter out quota configs for ConfigCommand using --bootstrap-server

dajac commented on a change in pull request #9030:
URL: https://github.com/apache/kafka/pull/9030#discussion_r455745104



##########
File path: clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java
##########
@@ -197,18 +197,20 @@
 
 public class RequestResponseTest {
 
+    private UnknownServerException unknownServerException = new UnknownServerException("secret");

Review comment:
       nit: I would add a small comment to explain why we do this here.




----------------------------------------------------------------
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.

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