Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Refactoring to plugin architecture #1780

Closed
1 of 2 tasks
Tracked by #2318
ruanwenjun opened this issue Nov 9, 2021 · 3 comments
Closed
1 of 2 tasks
Tracked by #2318

[Feature] Refactoring to plugin architecture #1780

ruanwenjun opened this issue Nov 9, 2021 · 3 comments

Comments

@ruanwenjun
Copy link
Member

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

@dockerzhang
Copy link
Contributor

inlong-manager should be included.

@dockerzhang
Copy link
Contributor

agent guide is available, please see how to write plugin agent.

@dockerzhang
Copy link
Contributor

agent/manager/sort/dashboard is plugin architecture now. the guide is at https://inlong.apache.org/docs/next/design_and_concept/how_to_write_plugin_agent.
so close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants