You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Akhilesh Naidu (JIRA)" <ji...@apache.org> on 2017/02/03 08:00:58 UTC

[jira] [Commented] (KAFKA-4276) REST configuration not visible in connector properties config files

    [ https://issues.apache.org/jira/browse/KAFKA-4276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15851200#comment-15851200 ] 

Akhilesh Naidu commented on KAFKA-4276:
---------------------------------------

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)