[ https://issues.apache.org/jira/browse/KAFKA-4276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15851233#comment-15851233 ]
Ewen Cheslack-Postava commented on KAFKA-4276: ---------------------------------------------- [~akhilesh_naidu] -- I set you assignee for this ticket. Yes, the changes should be in the second file. That's the one that is shipped with the release. The former is just for unit tests. For the second question, you might want to include both versions. The ones in a) are what are provided to other workers, i.e. URLs that are routable from other servers. The ones in b) are used to bind to the interface used to listen to requests. In some situations, the naming of host/port used to bind to interfaces and the naming used to connect externally can be different (e.g. in AWS, in docker containers, etc). And for your final question, we can comment them out or just include the default values (which would have been used anyway). Either works fine as long as we include comments explaining the details of the configuration values. > 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 > Assignee: Akhilesh Naidu > 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)