Answer Posted / Amit Kumar Dubey
In Apache Storm, data flows as streams of tuples through the topology. Spouts emit the initial tuples into the system, and bolts process and produce new tuples based on input and configuration settings.nTuples are routed between bolts using stream grouping, allowing for parallel processing and dynamic allocation of tuples to bolt instances as needed.nStreams can also be joined, filtered, or aggregated at various points in the topology to enable complex data transformations and analysis.
| 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