Apache Flume's architecture is based on the concept of:

  • Master-Slave
  • Point-to-Point
  • Pub-Sub (Publish-Subscribe)
  • Request-Response
Apache Flume's architecture is based on the Pub-Sub (Publish-Subscribe) model. It involves the flow of data from multiple sources (publishers) to multiple destinations (subscribers), providing flexibility and scalability in handling diverse data sources in Hadoop environments.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *