[
https://issues.apache.org/jira/browse/KAFKA-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismael Juma resolved KAFKA-2540.
--------------------------------
Resolution: Won't Fix
It's a fair point, but the new consumer has been out for a while and the old
consumers will be deprecated, so we will just live with this inconsistency.
> Inconsistent constant pertaining to autoCommitEnable
> ----------------------------------------------------
>
> Key: KAFKA-2540
> URL: https://issues.apache.org/jira/browse/KAFKA-2540
> Project: Kafka
> Issue Type: Bug
> Components: clients, consumer
> Affects Versions: 0.8.2.1
> Reporter: Muthu Jayakumar
> Assignee: Neha Narkhede
> Priority: Minor
>
> Hello there,
> It seems like the class kafka.consumer.ConsumerConfig containing
> {quote}
> val autoCommitEnable = props.getBoolean("auto.commit.enable", AutoCommit)
> {quote}
> is inconsistent with org.apache.kafka.clients.consumer.ConsumerConfig
> {quote}
> public static final String ENABLE_AUTO_COMMIT_CONFIG =
> "enable.auto.commit";
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)