Details
Description
Currently, KafkaProducer's sendOffsetsToTransaction maybe block infinitively when Kafka cluster go down.
It's considered that this method should be affected with max.block.ms to avoid block infinitively, like other transaction-related methods such as initTransaction and commitTransaction, etc.
Attachments
Issue Links
- links to