agp5050 commented on issue #4247:
URL: https://github.com/apache/seatunnel/issues/4247#issuecomment-2435029186

           String transactionId = generateTransactionId(this.transactionPrefix, 
i);
           producer.setTransactionalId(transactionId);
           if (log.isDebugEnabled()) {
               log.debug("Abort kafka transaction: {}", transactionId);
           }
           producer.flush();
           
           
           #修改下KafkaTransactionSender就行。


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