+2 votes
in Apache Storm by
What are Spouts?

1 Answer

0 votes
by

A spout is a source of streams in a topology. Generally, spouts will read tuples from an external source and emit them into the topology (e.g. a Kestrel queue or the Twitter API).

...