Answer Posted / Aditi Sharma
The different stream grouping types available in Apache Storm are:n1. Shuffle Grouping: Distributes tuples randomly among bolts.n2. Fields Grouping: Distributes tuples based on the value of a specific field.n3. Global Grouping: Assigns each bolt a unique ID and routes all tuples to that bolt.n4. Per-stream Global Grouping: Allows different streams to have their own global groupings.n5. Dataflow Grouping: Distributes tuples based on the order of their arrival.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category