jolshan commented on code in PR #14702:
URL: https://github.com/apache/kafka/pull/14702#discussion_r1387139976


##########
core/src/test/scala/integration/kafka/api/TransactionsTest.scala:
##########
@@ -94,8 +97,8 @@ class TransactionsTest extends IntegrationTestHarness {
     createTopic(topic1, numPartitions, brokerCount, topicConfig())
     createTopic(topic2, numPartitions, brokerCount, topicConfig())
 
-    for (_ <- 0 until transactionalProducerCount)
-      createTransactionalProducer("transactional-producer")
+    for (i <- 0 until transactionalProducerCount)
+      createTransactionalProducer("transactional-producer-" + i.toString)

Review Comment:
   This causes issues for the fencing tests. I will fix.



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