[ https://issues.apache.org/jira/browse/KAFKA-5657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16157828#comment-16157828 ]
ASF GitHub Bot commented on KAFKA-5657: --------------------------------------- GitHub user tedyu opened a pull request: https://github.com/apache/kafka/pull/3812 KAFKA-5657 Connect REST API should include the connector type when describing a connector Embed the type of connector in ConnectorInfo You can merge this pull request into a Git repository by running: $ git pull https://github.com/tedyu/kafka trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3812.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 #3812 ---- commit d51a65c81c576eb6a542adf92e9ab79d51f304d5 Author: tedyu <yuzhih...@gmail.com> Date: 2017-09-07T23:04:48Z KAFKA-5657 Connect REST API should include the connector type when describing a connector ---- > Connect REST API should include the connector type when describing a connector > ------------------------------------------------------------------------------ > > Key: KAFKA-5657 > URL: https://issues.apache.org/jira/browse/KAFKA-5657 > Project: Kafka > Issue Type: Improvement > Components: KafkaConnect > Affects Versions: 0.11.0.0 > Reporter: Randall Hauch > Labels: needs-kip, newbie > Fix For: 1.0.0 > > Attachments: 5657.v1.txt > > > Kafka Connect's REST API's {{connectors/}} and {{connectors/\{name\}}} > endpoints should include whether the connector is a source or a sink. > See KAFKA-4343 and KIP-151 for the related modification of the > {{connector-plugins}} endpoint. > Also see KAFKA-4279 for converter-related endpoints. -- This message was sent by Atlassian JIRA (v6.4.14#64029)