rreddy-22 commented on code in PR #17402:
URL: https://github.com/apache/kafka/pull/17402#discussion_r1806983306
##########
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:
ah yes I thought it was self explanatory and that I added them haha, but I
can add em back
--
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]