Description
In KAFKA-4879, Kafka Consumer hangs indefinitely due to Fetcher's timeout being set to Long.MAX_VALUE. While fixing this issue, it was pointed out that if a timeout was added to methods which commits offsets synchronously, a stricter control on time could be achieved.
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=75974886
Attachments
Issue Links
- blocks
-
SPARK-18057 Update structured streaming kafka from 0.10.0.1 to 2.0.0
- Resolved
- is part of
-
KAFKA-4879 KafkaConsumer.position may hang forever when deleting a topic
- Resolved
- is related to
-
KAFKA-7941 Connect KafkaBasedLog work thread terminates when getting offsets fails because broker is unavailable
- Resolved
- relates to
-
KAFKA-15837 Throw error on use of Consumer.poll(long timeout)
- Resolved
- links to