August 2017
Beginner to intermediate
284 pages
6h 51m
English
As we all know, Storm provides guaranteed message processing, meaning that every message enters into the Storm topology and will be processed at least once. In Storm, data loss is possible only at the spout end, if the processing capacity of Storm spout is less than the producing capacity of Logstash. Hence, to avoid the data getting lost at the Storm spout end, we will generally publish the data into a messaging queue (Kafka) and Storm spout will use the messaging queue as the data source.
Read now
Unlock full access