+2 votes
in Apache Storm by (23.1k points)
What are Streams?

1 Answer

0 votes
by (23.1k points)

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

...