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:
- Producer
- Consumer
- Topic
- Broker
- 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)
Anyone want to discuss about kafka ,so we can discuss.