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

Framework annotation enhancement #13

Open
juliencruz opened this issue Nov 29, 2014 · 0 comments
Open

Framework annotation enhancement #13

juliencruz opened this issue Nov 29, 2014 · 0 comments

Comments

@juliencruz
Copy link
Contributor

Currently the only way to register new frameworks is through the creation of a framework.yml file. It would be best if the user could also define frameworks through the use of custom annotations in the Spout or Bolt implementations. During framework upload, the framework service could scan for new Spouts and Bolts using these annotations and register them in the UI. This would simplify the process to register new Spouts and Bolts and reduce the chances of misconfiguring the framework.yml file.

This would require developers to import a custom streamflow library containing all available annotations. Changes would also be required in the framework service to properly parse the framework annotations.

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

1 participant