Josep Prat created KAFKA-12881:
----------------------------------
Summary: Consider Un-Deprecation of Consumer#committed methods
Key: KAFKA-12881
URL: https://issues.apache.org/jira/browse/KAFKA-12881
Project: Kafka
Issue Type: Task
Components: clients
Reporter: Josep Prat
During KAFKA-8880, following
[https://cwiki.apache.org/confluence/display/KAFKA/KIP-520%3A+Add+overloaded+Consumer%23committed+for+batching+partitions,]
methods
_org.apache.kafka.clients.consumer.Consumer#committed(org.apache.kafka.common.TopicPartition)_
and
_org.apache.kafka.clients.consumer.Consumer#committed(org.apache.kafka.common.TopicPartition,
java.time.Duration)_ were deprecated.
As both methods are still widely used, it might be worth to either remove the
deprecation for mentioned methods, or provide a deeper reasoning on why they
should stay deprecated and eventually removed.
If the later is decided, then the original KIP should be updated to include
said reasoning.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)