Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0, 2.0.0
-
None
-
None
Description
StatefulBolt inherits from IRichBolt which but the TopologyBuilder.setBolt overload is chosen based on the static type of the parameter causing issues. See if StatfulBolt can be refactored to not directly inherit from IRichBolt.