You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: