Lianet Magrans created KAFKA-15327:
--------------------------------------
Summary: Async consumer should commit offsets on close
Key: KAFKA-15327
URL: https://issues.apache.org/jira/browse/KAFKA-15327
Project: Kafka
Issue Type: Bug
Components: clients, consumer
Reporter: Lianet Magrans
In the current implementation of the KafkaConsumer, the ConsumerCoordinator
commits offsets before the consumer is closed, with a call to
maybeAutoCommitOffsetsSync(timer);
The async consumer should provide the same behaviour to commit offsets on
close.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)