Research on storm source code analysis

2021SC@SDUSC Bolt actuator in Trident 2021SC@SDUSC Similar to the coordination bolt in transaction Topology, Trident uses the tridentboltexecution to execute the SubTopologyBolt in Trident. ITridentBatchBolt.java public interface ITridentBatchBolt extends IComponent { void prepare(Map<String, Object> conf, TopologyContext context, ...

Posted by TTT on Thu, 16 Dec 2021 02:53:02 +0100

Research on storm source code analysis

2021SC@SDUSC Bolt node analysis of Trident 2021SC@SDUSC SubTopologyBolt type is the basic unit running in Trident, but it is not a real Bolt node. Trident will use tridentboltexecution to interface adapt SubTopologyBolt. Tridentboltexecution inherits from the IRichBolt interface and is the Bolt node that actually runs in Trident. It provide ...

Posted by skizzay on Thu, 09 Dec 2021 05:40:07 +0100