philipnee commented on code in PR #16043: URL: https://github.com/apache/kafka/pull/16043#discussion_r1631328022
########## core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala: ########## @@ -192,15 +192,22 @@ class PlaintextConsumerTest extends BaseConsumerTest { @ParameterizedTest(name = TestInfoUtils.TestWithParameterizedQuorumAndGroupProtocolNames) @MethodSource(Array("getTestQuorumAndGroupProtocolParametersAll")) def testSubscribeInvalidTopic(quorum: String, groupProtocol: String): Unit = { - val invalidTopicName = "topic abc" + val invalidTopicName = "topic abc" // Invalid topic name due to space Review Comment: nit: let's just break this into two lines ``` // Invalid topic name due to space val invalidTopicName = "topic abc" ``` -- 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