Apache Kafka

Apache Kafka is a framework implementation of a software bus using stream-processing. It is an open-source software platform developed by the Apache Software Foundation written in Scala and Java. The project aims to provide a unified, high-throughput, low-latency platform for handling real-time data feeds.

Read more

This tutorial will show you how to create a Kafka cluster using AWS Managed Streaming For Kafka (MSK) and stream data to that cluster from an EC2. We use the AWS 'Getting Started' guide for MSK as our reference point…