Details
Description
Following on KAFKA-6446, Streams needs to handle the new behavior.
`initTxn` can throw TimeoutException now: default `MAX_BLOCK_MS_CONFIG` in producer is 60 seconds, so I (guozhang) think just wrapping it as StreamsException should be reasonable, similar to what we do for `producer#send`'s TimeoutException (https://github.com/apache/kafka/blob/trunk/streams/src/main/java/org/apache/kafka/streams/processor/internals/RecordCollectorImpl.java#L220-L225 ).
Attachments
Issue Links
- is a clone of
-
KAFKA-7932 Streams needs to handle new Producer exceptions
- Resolved
- is related to
-
KAFKA-6446 KafkaProducer with transactionId endless waits when bootstrap server is down
- Resolved
- links to