[
https://issues.apache.org/jira/browse/KAFKA-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15061450#comment-15061450
]
ASF GitHub Bot commented on KAFKA-2422:
---------------------------------------
GitHub user gwenshap opened a pull request:
https://github.com/apache/kafka/pull/687
KAFKA-2422: Allow copycat connector plugins to be aliased to simpler …
…names
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gwenshap/kafka KAFKA-2422
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/687.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 #687
----
commit b00939902c58b98cbcb187c754e2bd1dc6463c14
Author: Gwen Shapira <[email protected]>
Date: 2015-12-17T04:32:09Z
KAFKA-2422: Allow copycat connector plugins to be aliased to simpler names
----
> Allow copycat connector plugins to be aliased to simpler names
> --------------------------------------------------------------
>
> Key: KAFKA-2422
> URL: https://issues.apache.org/jira/browse/KAFKA-2422
> Project: Kafka
> Issue Type: Sub-task
> Components: copycat
> Affects Versions: 0.9.0.0
> Reporter: Ewen Cheslack-Postava
> Assignee: Ewen Cheslack-Postava
> Priority: Minor
>
> Configurations of connectors can get quite verbose when you have to specify
> the full class name, e.g.
> connector.class=org.apache.kafka.copycat.file.FileStreamSinkConnector
> It would be nice to allow connector classes to provide shorter aliases, e.g.
> something like "file-sink", to make this config less verbose. Flume does
> this, so we can use it as an example.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)