lucasbru commented on code in PR #20457:
URL: https://github.com/apache/kafka/pull/20457#discussion_r2330180515


##########
core/src/test/scala/integration/kafka/api/IntegrationTestHarness.scala:
##########
@@ -239,7 +239,8 @@ abstract class IntegrationTestHarness extends 
KafkaServerTestHarness {
 
   def createStreamsGroup[K, V](configOverrides: Properties = new Properties,
                                configsToRemove: List[String] = List(),
-                               inputTopic: String,
+                               inputTopics: Set[String],
+                               changelogTopics: Set[String] = Set(),

Review Comment:
   Lucy hardcoded using a changelog topic for the streams group, because this 
did not trigger the bug. I had to add this parameter so that I can create a set 
without changelogTopics.



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

Reply via email to