khadgarmage commented on issue #201: Task plug-in research, out of solution(任务插件化调研,出解决方案) URL: https://github.com/apache/incubator-dolphinscheduler/issues/201#issuecomment-545028146 @gaojun2048 +1 很赞同你的需求,我这边还想到几个补充的点: 1、任务插件化开发,可以有两点考虑,一个是让使用者直接可以开发自己业务需求的插件,使用上更加灵活;另一个是可以让开源爱好者开发第三方插件,这样对ds更是一种正向的推动,思路更发散点,是不是可以有插件market。 所以在自定义任务插件的功能基础上,要支持第三方插件导入,导入后和自定义任务插件是一个流程,这个工作量本身并不大,只是在原来的基础上增加了导入。 2、自定义任务插件,可以不局限于jar包,可以是shell, python, 也可以是一个可执行文件,可以有更多的选择。比如说一个shell脚本使用一些参数,就可以封装成一个插件;同时也可以用golang写一个可执行文件,传到服务器,定义一些入参,也可以作为一个插件。
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
