+2 votes
in Apache Storm by
What are Bolts?

1 Answer

0 votes
by

All processing in topologies is done in bolts. Bolts can do anything from filtering, functions, aggregations, joins, talking to databases, and more.

Bolts can do simple stream transformations. Doing complex stream transformations often requires multiple steps and thus multiple bolts.

Related questions

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