ableegoldman commented on code in PR #14326:
URL: https://github.com/apache/kafka/pull/14326#discussion_r1313721147
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsProducer.java:
##########
@@ -371,6 +371,7 @@ void flush() {
void close() {
producer.close();
+ transactionInFlight = false;
Review Comment:
With this can remove the `transactionInitialized = false` and replace the
`producer.close()` with just `close()` over in `StreamsProducer#resetProducer`
--
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]