List out different stream grouping in apache storm?
Answer / 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 |
Explain what is toplogy_message_timeout_secs in apache storm?
What are the components of apache storm?
Explain the major components of apache storm system?
Can you define struct?
Can you define stream and stream grouping in apache storm?
What is servertype directive in apache server?
Why use apache storm?
Why does not apache include ssl?
What is apache storm?
Explain the difference between apache kafka and apache storm?
what is the difference between apache kafka and apache storm?
What is the use of zookeeper in storm?