Skip to content

Joseph-T-Gordon

A complete log of all recent projects and skills

Menu
  • About me
  • Posts/Projects
  • Resume/Certifications
Menu

Post #174 (AWS) – Amazon Managed Streaming for Apache Kafka (Amazon MSK)

Posted on December 13, 2023December 13, 2023 by admin

Amazon MSK is best labeled as an alternative to Kinesis, they both allow you to stream data taking input from producers and having data pulled from them by consumers. MSK allows you have run a fully managed Apache Kafka cluster on AWS, MSK will create and manage nodes, is highly available with 3 AZ, automatic recovery from failure, and stores data on EBS volumes.

You can also use a serverless alternative of MSK, that will provision capacity automatically and does not need to be managed. As opposed to Kinesis, Kafka does not have a 1 MB message limit, has TLS encryption, KMS at-rest encryption, and has a similar function to shards in Kinesis called Kafka topics with partitions.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

© 2025 Joseph-T-Gordon | Powered by Minimalist Blog WordPress Theme