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

Isolate data processing logic from Storm Bolt #40

Open
wangli1426 opened this issue Jul 18, 2017 · 0 comments
Open

Isolate data processing logic from Storm Bolt #40

wangli1426 opened this issue Jul 18, 2017 · 0 comments

Comments

@wangli1426
Copy link
Collaborator

In our current implementation, the data processing logic is tightly coupled with bolts. This makes our framework heavily rely on storm topology.

A better way is to implement data processing logic in separate class, isolated from the Storm Bolts. This is benefit to test individual data processing component and also makes it possible to migrate our framework out of Storm easily.

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

No branches or pull requests

1 participant