In this post I want to highlight my fascination with Kafka and its usage. Kafka is a broker just like “RabbitMQ” or “JMS”. So what’s the difference? Difference are: It is distributed it is fault tolerant – because of messages being replicated across the cluster It does one thing and one thing only i.e.Continue reading “Apache Kafka – Simple Tutorial”
Category Archives: Message Broker
Why Kafka?
Today Many companies in startup world are completely dependent on AWS infrastructure. Its a good strategy since you do not have to manage your own infrastructure and saves you from lot of headache. Today we will discuss a bit about brokers available in AWS infrastructure. AWS has mainly 2 types of broker offering a. SQSContinue reading “Why Kafka?”