Anywhere around we will see Apache Kafka tutorials regarding how to read/write topics, stream data processing, etc. Many of these tutorials seem to be on the basis of Object Oriented Paradigm (OOP). Before going further, we should ask — What is Kafka for? — We can flatly say that Kafka is used for real-time data streaming solutions. Now the question is — Is it optimum if we model a real-time data streaming solution using OOP? — I don’t think so.

  • First of all, What is a Stream?
  • How to do data streaming?
  • Data Flow Control
  • Parallelism
  • Microservices
  • In Close

#kafka #software-development #programming #apache-kafka

Apache Kafka Tutorial  - Fundamentals
2.75 GEEK