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
elenalazovik edited this page Jan 11, 2015
·
6 revisions
#Fetchers of Spout
The Fetchers are responsible for data acquiring to push data thereafter into Storm topology. Every Fetcher pulls the data from some connected data source. It is expected that every data item should contain some value and a timestamp.
The Fetcher is responsible for forming the tuple from data item which then is pushed to the first bolt of the specific chosen data Storm topology.
How is Fetcher implemented and the functionality of Spout and Fetcher one can see at Figure 1.