GitHub user chemikadze opened a pull request: https://github.com/apache/incubator-griffin/pull/456
[GRIFFIN-213] Custom connector support Provide ability to extend batch and streaming data integrations with custom user-provided connectors. Introduces new data connector type, `CUSTOM`, parameterized with `class` property. Also adds support for custom data connector enum on service side. You can merge this pull request into a Git repository by running: $ git pull https://github.com/chemikadze/incubator-griffin GRIFFIN-213 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-griffin/pull/456.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 #456 ---- commit d487347a363f172cfc9e26225d5687cc3f95ab73 Author: Nikolay Sokolov <chemikadze@...> Date: 2018-11-17T22:37:36Z [GRIFFIN-213] Custom connector support Provide ability to extend batch and streaming data integrations with custom user-provided connectors. Introduces new data connector type, `CUSTOM`, parameterized with `class` property. Also adds support for custom data connector enum on service side. ---- ---