Bill Bejeck created KAFKA-2902:
----------------------------------
Summary: StreamingConfig getConsumerConfiigs uses
getRestoreConsumerConfigs instead of getBaseConsumerConfigs
Key: KAFKA-2902
URL: https://issues.apache.org/jira/browse/KAFKA-2902
Project: Kafka
Issue Type: Bug
Components: kafka streams
Reporter: Bill Bejeck
Assignee: Bill Bejeck
Fix For: 0.9.1.0
When starting a KafkaStreaming instance the StreamingConfig.getConsumerConfigs
method uses the getRestoreConsumerConfigs to retrieve properties. But this
method removes the groupId property which causes an error and the
KafkaStreaming instance shuts down. On KafkaStreaming startup StreamingConfig
should use getBaseConsumerConfigs instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)