[
https://issues.apache.org/jira/browse/KAFKA-4276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15851200#comment-15851200
]
Akhilesh Naidu edited comment on KAFKA-4276 at 2/3/17 8:04 AM:
---------------------------------------------------------------
Hi [~gwenshap] / [~ewencp],
I would like to work on this issue and had some questions.
The file 'connect-distributed.properties' is present in two locations
i) kafka/tests/kafkatest/tests/connect/templates/connect-distributed.properties
ii) kafka/config/connect-distributed.properties
I'm assuming the changes need to be performed in the second file.
Also the docs contain two parameters each for host and port
a) rest.advertised.host.name & rest.advertised.port
b) rest.host.name & rest.port
Here also assuming, you mean the second set of properties
And as i presume, these vales have to be set as commented out
e.g.
#rest.host.name=""
#rest.port=8083
was (Author: akhilesh_naidu):
Hi Gwen,
I would like to work on this issue and had some questions.
The file 'connect-distributed.properties' is present in two locations
i) kafka/tests/kafkatest/tests/connect/templates/connect-distributed.properties
ii) kafka/config/connect-distributed.properties
I'm assuming the changes need to be performed in the second file.
Also the docs contain two parameters each for host and port
a) rest.advertised.host.name & rest.advertised.port
b) rest.host.name & rest.port
Here also assuming, you mean the second set of properties
And as i presume, these vales have to be set as commented out
e.g.
#rest.host.name=""
#rest.port=8083
> REST configuration not visible in connector properties config files
> -------------------------------------------------------------------
>
> Key: KAFKA-4276
> URL: https://issues.apache.org/jira/browse/KAFKA-4276
> Project: Kafka
> Issue Type: Improvement
> Components: KafkaConnect
> Reporter: Gwen Shapira
> Labels: newbie
>
> REST host and port configs are not visible in connect-distributed.properties.
> I think this leads to some confusion as users don't know there's even a REST
> port and need to read the docs to find about it and the default (and these
> are marked as LOW configs).
> We can easily improve that.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)