Dustin Cote created KAFKA-5225: ---------------------------------- Summary: StreamsResetter doesn't allow custom Consumer properties Key: KAFKA-5225 URL: https://issues.apache.org/jira/browse/KAFKA-5225 Project: Kafka Issue Type: Bug Components: streams, tools Affects Versions: 0.10.2.1 Reporter: Dustin Cote
The StreamsResetter doesn't let the user pass in any configurations to the embedded consumer. This is a problem in secured environments because you can't configure the embedded consumer to talk to the cluster. The tool should take an approach similar to `kafka.admin.ConsumerGroupCommand` which allows a config file to be passed in the command line for such operations. cc [~mjsax] -- This message was sent by Atlassian JIRA (v6.3.15#6346)