jolshan commented on code in PR #17402:
URL: https://github.com/apache/kafka/pull/17402#discussion_r1806749726
##########
core/src/test/scala/integration/kafka/api/TransactionsTest.scala:
##########
@@ -724,9 +730,9 @@ class TransactionsTest extends IntegrationTestHarness {
producer.beginTransaction()
producer.send(TestUtils.producerRecordWithExpectedTransactionStatus(topic1,
null, "2", "2", willBeCommitted = false))
- killBroker(partitionLeader) // kill the partition leader to prevent the
batch from being submitted
Review Comment:
was there a reason we removed the comments 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]