You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2021/11/09 12:34:29 UTC

[GitHub] [incubator-inlong] ruanwenjun opened a new issue #1780: [Feature] Refactoring to plugin architecture

ruanwenjun opened a new issue #1780:
URL: https://github.com/apache/incubator-inlong/issues/1780


   ### Description
   
   As describe in README.md, InLong is aim to use plugin architecture. Currently, in my view, the code is still coupling.
   This make InLong is not scalable enough, and make the contributor hard to contribute to new module.  
   
   It's better to define some plugin definition modules, e.g. sort-plugin-api, dataproxy-plugin-api, define the service provide interface in these modules and use SPI mechanism to load the plugins, once user hope to add a new implementation, they can simply create a new submodule and implement the plugin api.
   
   ### Use case
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-inlong] dockerzhang commented on issue #1780: [Feature] Refactoring to plugin architecture

Posted by GitBox <gi...@apache.org>.
dockerzhang commented on issue #1780:
URL: https://github.com/apache/incubator-inlong/issues/1780#issuecomment-964987727


   inlong-manager should be included.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-inlong] dockerzhang commented on issue #1780: [Feature] Refactoring to plugin architecture

Posted by GitBox <gi...@apache.org>.
dockerzhang commented on issue #1780:
URL: https://github.com/apache/incubator-inlong/issues/1780#issuecomment-1019470161


   agent guide is available, please see [how to write plugin agent](https://inlong.apache.org/docs/next/design_and_concept/how_to_write_plugin_agent).


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org