Answer Posted / Mohammad Badizzamaan
The core components of Apache Flume include:n1. Sources: They read data from various sources like files, databases, and network sockets.n2. Channels: They store and buffer incoming events before they are processed by sinks or other agents.n3. Sinks: They write the buffered events to various destinations such as HDFS, Kafka, and custom sinks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers