adspace


Types of Data Flow in Flume?

Answer Posted / Vicky Kumar

Apache Flume supports two types of data flow: Event Driven (pull mode) and Time-based (push mode). In Event Driven, agents pull data from sources when the channel capacity is below a threshold. In Time-based, agents push data to sinks at specific time intervals regardless of the channel's capacity.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I set up flume agent?

145