Kafka - studiofu/brain GitHub Wiki
Apache Kafka is publish-subscribe based fault tolerant messaging system.
Quick Start
setup zookeeper and use the port 2181 setup kafka server and use the port 9092 and also connect to the zookeeper
demo springboot program
https://github.com/quantificial/demo-kafka
Resources
Kafka in a nutshell
https://sookocheff.com/post/kafka/kafka-in-a-nutshell/
Basic Tutorial
https://www.tutorialspoint.com/apache_kafka/index.htm
Partition and Factors
https://www.quora.com/Whats-the-difference-between-partition-number-and-replication-factor-in-Kafka
How to Set Up Kafka
https://dzone.com/articles/kafka-setup
How to Setup Kafka Cluster