How to Setup Multi Node Multi Broker Kafka Cluster in AWS
Apache Kafka is a distributed streaming platform used by 100’s of companies in the production environment. Kafka, in a nutshell, allows us to do three important tasks: Publish and subscribe to streams of data. Store streams of data. Process streams of data. With these capabilities, we can use Kafka in a various situation such as […]
How to Setup Multi Node Multi Broker Kafka Cluster in AWS Read More »