Highly available Kafka cluster in Docker
Up until now we’ve been experimenting with Apache Kafka, a tool build with cluster and high availability in mind, but using exactly one host and availability settings …
Blog about DevOps, distributed applications and microservices
Up until now we’ve been experimenting with Apache Kafka, a tool build with cluster and high availability in mind, but using exactly one host and availability settings …
So it’s time to send some data bits through Apache Kafka. But first, as usual, we need to install it first. Installing Kafka is so …
What is Apache Kafka Official definition of Apache Kafka is distributed streaming platform, which starts to make sense only after reading at least few chapters …
As I promised last time, it’s time to check out RabbitMQ feature we can consider advanced – clustering. RabbitMQ cluster is a set of individual …
RabbitMQ is an example of full blown Message Queue that somehow remained simple to use. Unlike ZeroMQ, which is embeddable into the services that use it, RabbitMQ …