Answer Posted / Nirbhay Kumar
Apache Flume has several channel types that can be used depending on the specific requirements of a data streaming pipeline. Some common channel types include:n1. Memory Channel: Stores events temporarily in JVM heap.n2. File Channel: Persists events on disk.n3. Kafka Channel: Sends and receives events from Apache Kafka.n4. JDBC Channel: Persists events in a relational database management system (RDBMS).n5. Spillable Event Queue: A custom channel implementation that provides better performance for high throughput scenarios.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers