DEV Community

Mh Asif Kamal
Mh Asif Kamal

Posted on

#Kafka

Hi all,
As i asked in morning here about kafka resources.So today i started kafka and learn about basics of kafka.
Things which i have learnt today.
What is kafka?
Kafka is basically a message queue system.It actually solve the complex problem of communication between many to many.It reduces the number of connection. It creates a medium between producer and consumer.Producer will publish message in kafka cluster and consumer will consume the message from kafka cluster.
Components of kafka:

  1. Producer
  2. Consumer
  3. Topic
  4. Broker
  5. Partition I learnt about this and also install on system and publish messages and consume message. If anything you might feel wrong please comment so that i can rectify. Thanks .

Top comments (1)

Collapse
 
mhasif0786 profile image
Mh Asif Kamal

Anyone want to discuss about kafka ,so we can discuss.