We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49dfaa1 commit 488feebCopy full SHA for 488feeb
1 file changed
clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java
@@ -1332,6 +1332,7 @@ private void completeTransaction() {
1332
newPartitionsInTransaction.clear();
1333
pendingPartitionsInTransaction.clear();
1334
partitionsInTransaction.clear();
1335
+ preparedTxnState = new PreparedTxnState();
1336
}
1337
1338
abstract class TxnRequestHandler implements RequestCompletionHandler {
0 commit comments