+2 votes
in Apache Storm by
What are Streams?

1 Answer

0 votes
by

The stream is the core abstraction in Storm. A stream is an unbounded sequence of tuples that is processed and created in parallel in a distributed fashion. Streams are defined with a schema that names the fields in the stream’s tuples.

Related questions

0 votes
asked Aug 6, 2023 in Flutter by DavidAnderson
+1 vote
asked Feb 15, 2020 in JAVA by rahuljain1
...