+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).

Related questions

+2 votes
asked Jul 2, 2021 in Apache Storm by rajeshsharma
+2 votes
asked Jul 1, 2021 in Apache Storm by rajeshsharma
...