Apache Kafka vs. AWS IoT Core

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Apache Kafka
Score 7.7 out of 10
N/A
Apache Kafka is an open-source stream processing platform developed by the Apache Software Foundation written in Scala and Java. The Kafka event streaming platform is used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.N/A
AWS IoT Core
Score 9.9 out of 10
N/A
AWS IoT Core is a managed cloud service that lets connected devices interact with cloud applications and other devices. It includes the Device Gateway and the Message Broker, which connect and process messages between IoT devices and the cloud. AWS IoT Core connects AWS and Amazon services like AWS Lambda, Amazon Kinesis, Amazon S3, Amazon SageMaker, Amazon DynamoDB, Amazon CloudWatch, AWS CloudTrail, Amazon QuickSight, and Alexa Voice Service to build IoT applications that gather, process,…
$0.08
Per Million Minutes
Pricing
Apache KafkaAWS IoT Core
Editions & Modules
No answers on this topic
Connectivity
$0.08
Per Million Minutes
Rules Engine
$0.15
Per Million Actions
Messaging
$1.00
Per Million Messages
Offerings
Pricing Offerings
Apache KafkaAWS IoT Core
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Apache KafkaAWS IoT Core
Features
Apache KafkaAWS IoT Core
Internet of Things
Comparison of Internet of Things features of Product A and Product B
Apache Kafka
-
Ratings
AWS IoT Core
8.2
Ratings
2% above category average
IoT Device Management00 Ratings8.10 Ratings
Device Security00 Ratings8.20 Ratings
IoT Data Management00 Ratings8.00 Ratings
IoT Analytics00 Ratings8.40 Ratings
IoT Integration00 Ratings8.20 Ratings
Best Alternatives
Apache KafkaAWS IoT Core
Small Businesses

No answers on this topic

No answers on this topic

Medium-sized Companies
IBM MQ
IBM MQ
Score 9.6 out of 10

No answers on this topic

Enterprises
IBM MQ
IBM MQ
Score 9.6 out of 10

No answers on this topic

All AlternativesView all alternativesView all alternatives
User Ratings
Apache KafkaAWS IoT Core
Likelihood to Recommend
8.0
(0 ratings)
8.6
(0 ratings)
Likelihood to Renew
9.0
(0 ratings)
-
(0 ratings)
Usability
8.0
(0 ratings)
8.7
(0 ratings)
Support Rating
8.4
(0 ratings)
7.8
(0 ratings)
User Testimonials
Apache KafkaAWS IoT Core
Likelihood to Recommend
For brokering messages, Confluent Kafka is well suited since it offers a managed solution ready to use. Scenarios where the solution is not very well suited are for example, where pricing is an issue. The solution costs quite a lot for basic usage (for example: for 3 clusters, pricing is above 100k$ a year).
Read full review
AWS iot core is very useful if you need to scale very quickly for managing lots of devices without handling the underlying infrastructure cost. It can enable real time publishing and subscription of devices, monitoring and early stage intervention in case of unexpected issues while developing a full stack solution. However, healthcare scenarios where government intervention is needed should be developed and scaled by following the set of compliance policies of the government and the SLA requirements of the customer. Finally, it is great where you need to do data science research after anonymizing data
Read full review
Pros
  • Apache Kafka is able to handle a large number of I/Os (writes) using 3-4 cheap servers.
  • It scales very well over large workloads and can handle extreme-scale deployments (eg. Linkedin with 300 billion user events each day).
  • The same Kafka setup can be used as a messaging bus, storage system or a log aggregator making it easy to maintain as one system feeding multiple applications.
Read full review
  • AWS IoT Core integrates power analytics and an AI solution for sensor data processing.
  • Great protocol support including HTTPs and MQTT required to connect resource constraint IoT devices to cloud
  • High security standards during data transmission
  • Scalability and a great user community
Read full review
Cons
  • The Kafka Tool is a community-made Java application that looks and feels from the past century.
  • Logging can be confusing. This certainly shows when we have to do troubleshooting.
  • Hybrid scenarios - pub/sub, but there are services in and outside a Kubernetes cluster. Then there are a ~3 options, but only 2 (the harder ones) are production-safe.
Read full review
  • It would be great to have better integration with other IoT products outside of AWS
  • It has been lagging in some of our applications. It's difficult to tell whether this is on AWS IoT or on our implementation
  • It would be great to support a wider range of protocols
Read full review
Likelihood to Renew
Kafka has suited our use case very well so far. Going forward we are planning to expand our platform manifold so the load on Kafka and our reliance on Kafka is going to increase only.
Read full review
No answers on this topic
Usability
Apache Kafka is highly recommended to develop loosely coupled, real-time processing applications. Also, Apache Kafka provides property based configuration. Producer, Consumer and broker contain their own separate property file
Read full review
I give AWS IoT Core's overall usability this rating because it is very easy to use and is enjoyed by all of our staff. The only problem is that it sometimes glitches and it freezes a lot. So overall, the usability of AWS IoT Core is very good, and we will continue to use it.
Read full review
Support Rating
Support for Apache Kafka (if willing to pay) is available from Confluent that includes the same time that created Kafka at Linkedin so they know this software in and out. Moreover, Apache Kafka is well known and best practices documents and deployment scenarios are easily available for download. For example, from eBay, Linkedin, Uber, and NYTimes.
Read full review
It covers all the aspects of IoT services required for an IoT company. It supports all the industry-wide protocols for secure data transmission and integrates powerful AL and ML technology for data analytics. For data storage, Amazon S3 is a great solution. Strong tech support and user community. Since it is widely used as compared to other products, there is an abundance of training and learning material on the web.
Read full review
Alternatives Considered
Apache Kafka is built for scale. From high throughput and real-time data streaming, it has a strong advantage over RabbitMQ with its low latency. This put Apache Kafka at the forefront as the platform of choice for large datasets messaging and ensuring scalability when data scale up tremendously. RabbitMQ however has its strengths in traditional messaging. Routing and message delivery reliability are the bedrock of RabbitMQ and this is where RabbitMQ excels. In my previous workplace, RabbitMQ was of choice as reliability matters more than scale. In two words. Apache Kafka for scale, RabbitMQ for reliability. And for cloud deployment and large dataset messaging in what I am doing now, Apache Kafka is the default choice.
Read full review
Azure IoT is a good product but since our whole suite of tech is now set up in AWS (ec2, s3, sagemaker, cloud formation, etc.), we wanted something that could quickly adapt to our environments. Learning a new tech for IoT was simply a bottleneck that we wanted to avoid at this point.
Read full review
Return on Investment
  • Positive: bursts of traffic on special holidays are easy to handle because Kafka can absorb and buffer all the messages we need to process long enough to let an understaffed set of back-end services catch up on processing. Hard to put a number to it but we probably save $5k a month having fewer machines running.
  • Positive: makes decoupling the web and API services from the deeper back-end services easier by providing topics as an interface. This allowed us to split up our teams and have them develop independently of each other, speeding up software development.
  • Negative: our engineers have made mistakes such as accidentally dropping a few thousand messages due to the CLI being confusing to use, and as a result a customer lost some of their precious data. I'd say that was more our fault than Kafka's though.
Read full review
  • Gives confidence to prototype iot solutions across lots of devices in little time
  • Ability to meet requirements for managing a variety of communication protocols
  • Learning iot analytics and visualization for faster insights enablement
  • Onboarding devices and managing quickly without building inhouse solutions
Read full review
ScreenShots