Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
KafkaConsumer API doc states
Close the consumer, waiting indefinitely for any needed cleanup. . . .
That is not acceptable as it creates an artificial deadlock which directly affects systems that rely on Kafka API essentially rendering them unavailable.
Consider adding close(timeout) method
Attachments
Issue Links
- is duplicated by
-
KAFKA-4426 Add consumer.close(timeout, unit) for graceful close with timeout
- Resolved