You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
longdafeng edited this page Oct 14, 2014
·
3 revisions
In fact, a lot of people using JStorm/Storm don't know the difference between IBasicBolt and IRichBolt. We suggest using IBasicBolt as much as possible.
There are two interfaces in IRichBolt:
emit(String streamId, Tuple anchor, List tuple), -- the next component's tasks will send Ack response to Acker.
emit(String streamId, List tuple), -- the next component's tasks won't send Ack response to Acker