[ https://issues.apache.org/jira/browse/KAFKA-5225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16182067#comment-16182067
]
ASF GitHub Bot commented on KAFKA-5225:
---------------------------------------
GitHub user mjsax opened a pull request:
https://github.com/apache/kafka/pull/3970
KAFKA-5225: StreamsResetter doesn't allow custom Consumer properties
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mjsax/kafka kafka-5225-streams-resetter-properties
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3970.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3970
----
commit 5f6fa470d6c181c42ba3fad3211df4f31a8f7562
Author: Bharat Viswanadham <bharatv@us.ibm.com>
Date: 2017-05-22T21:12:24Z
KAFKA-5225: StreamsResetter doesn't allow custom Consumer properties
commit 96d2be9945e0d560b7713bea7916f5e634f0558d
Author: Matthias J. Sax <matthias@confluent.io>
Date: 2017-09-27T06:05:53Z
Rebased
----
> 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
> Assignee: Bharat Viswanadham
> Labels: kip
>
> 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]
> https://cwiki.apache.org/confluence/display/KAFKA/KIP+157+-+Add+consumer+config+options+to+streams+reset+tool
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
|