+1 vote
in Apache Storm by
Explain what streams is and stream grouping in Apache storm?

1 Answer

0 votes
by

In Apache Storm, stream is referred as a group or unbounded sequence of Tuples while stream grouping determines how stream should be partitioned among the bolt’s tasks.

...