Muthu Jayakumar created KAFKA-2540: -------------------------------------- Summary: 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)