Research on storm source code analysis
2021SC@SDUSC
bolt source code analysis (IV)
2021SC@SDUSC
This article mainly introduces the Bolt output collector. The messages processed by Bolt are sent through the output collector, and the output collectors used by different types of Bolt are also different.
In the previous article, several bolt ports were introduced. Their output colle ...
Posted on Thu, 25 Nov 2021 13:38:52 -0500 by delhiris
storm code reading
2021SC@SDUSC
storm code reading (III)
2021SC@SDUSC
Implementation of some interfaces in topology builder
ConfigGetter
ConfigGetter is a class defined in TopologyBuilder.java. It implements the ComponentConfigurationDeclarer interface and inherits from the BaseConfigurationDeclarer class.
ConfigGetter function: set the configuration ite ...
Posted on Thu, 14 Oct 2021 14:58:33 -0400 by nonphixion