Apache Kafka vs. IBM Streams

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Apache Kafka
Score 8.4 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
IBM Streams
Score 9.0 out of 10
N/A
A real-time analytics solution that turns fast-moving volumes and varieties into insights. Streams evaluates a broad range of streaming data — unstructured text, video, audio, geospatial and sensor — helping organizations spot opportunities and risks as they happen. Its Eclipse-based, visual IDE lets solution architects visually build applications or use familiar programming languages like Java™, Scala or Python. Data engineers can connect with virtually any data source — whether…N/A
Pricing
Apache KafkaIBM Streams
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Apache KafkaIBM Streams
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeOptional
Additional Details
More Pricing Information
Community Pulse
Apache KafkaIBM Streams
Considered Both Products
Apache Kafka

No answer on this topic

IBM Streams
Chose IBM Streams
The selection of a stream processing platform depends heavily on the details of the requirements. There is no one right answer for all situations. However, IBM Streams typically has the advantage when sub-millisecond latency is important, complex analytics need to be …
Top Pros
Top Cons
Features
Apache KafkaIBM Streams
Streaming Analytics
Comparison of Streaming Analytics features of Product A and Product B
Apache Kafka
-
Ratings
IBM Streams
8.3
5 Ratings
3% above category average
Real-Time Data Analysis00 Ratings8.05 Ratings
Visualization Dashboards00 Ratings10.05 Ratings
Data Ingestion from Multiple Data Sources00 Ratings9.05 Ratings
Low Latency00 Ratings7.93 Ratings
Integrated Development Tools00 Ratings8.04 Ratings
Data wrangling and preparation00 Ratings8.04 Ratings
Linear Scale-Out00 Ratings7.72 Ratings
Machine Learning Automation00 Ratings9.05 Ratings
Data Enrichment00 Ratings7.04 Ratings
Best Alternatives
Apache KafkaIBM Streams
Small Businesses

No answers on this topic

Amazon Kinesis
Amazon Kinesis
Score 8.0 out of 10
Medium-sized Companies
IBM MQ
IBM MQ
Score 9.1 out of 10
Confluent
Confluent
Score 7.3 out of 10
Enterprises
IBM MQ
IBM MQ
Score 9.1 out of 10
Spotfire Streaming
Spotfire Streaming
Score 8.4 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Apache KafkaIBM Streams
Likelihood to Recommend
8.3
(18 ratings)
9.0
(9 ratings)
Likelihood to Renew
9.0
(2 ratings)
-
(0 ratings)
Usability
10.0
(1 ratings)
-
(0 ratings)
Support Rating
8.4
(4 ratings)
-
(0 ratings)
User Testimonials
Apache KafkaIBM Streams
Likelihood to Recommend
Apache
Apache Kafka is well-suited for most data-streaming use cases. Amazon Kinesis and Azure EventHubs, unless you have a specific use case where using those cloud PaAS for your data lakes, once set up well, Apache Kafka will take care of everything else in the background. Azure EventHubs, is good for cross-cloud use cases, and Amazon Kinesis - I have no real-world experience. But I believe it is the same.
Read full review
IBM
Like the name says, it is good for streaming data and analyzing. It is great to look at tuples at a fast rate, filtering, calling other sources to enrich data, can call APIs, etc. Could do better for ingest use cases, can do better with guaranteed delivery, etc.
Read full review
Pros
Apache
  • Really easy to configure. I've used other message brokers such as RabbitMQ and compared to them, Kafka's configurations are very easy to understand and tweak.
  • Very scalable: easily configured to run on multiple nodes allowing for ease of parallelism (assuming your queues/topics don't have to be consumed in the exact same order the messages were delivered)
  • Not exactly a feature, but I trust Kafka will be around for at least another decade because active development has continued to be strong and there's a lot of financial backing from Confluent and LinkedIn, and probably many other companies who are using it (which, anecdotally, is many).
Read full review
IBM
  • IBM Streams is well suited for providing wire-speed real-time end-to-end processing with sub-millisecond latency.
  • Streams is amazingly computationally efficient. In other words, you can typically do much more processing with a given amount of hardware than other technologies. In a recent linear-road benchmark Streams based application was able to provide greater capability than the Hadoop-based implementation using 10x less hardware. So even when latency isn't critical, using Streams might still make sense for reducing operational cost.
  • Streams comes out of the box with a large and comprehensive set of tested and optimized toolkits. Leveraging these toolkits not only reduces the development time and cost but also helps reduce project risk by eliminating the need for custom code which likely has not seen as much time in test or production.
  • In addition to the out of the box toolkits, there is an active developer community contributing additional specialized packages.
Read full review
Cons
Apache
  • Sometimes it becomes difficult to monitor our Kafka deployments. We've been able to overcome it largely using AWS MSK, a managed service for Apache Kafka, but a separate monitoring dashboard would have been great.
  • Simplify the process for local deployment of Kafka and provide a user interface to get visibility into the different topics and the messages being processed.
  • Learning curve around creation of broker and topics could be simplified
Read full review
IBM
  • Documentation could be more extensive, with more examples, although overall this is not too bad compared to some of the alternative solutions.
  • Seems expensive to use in production.
Read full review
Likelihood to Renew
Apache
Kafka is quickly becoming core product of the organization, indeed it is replacing older messaging systems. No better alternatives found yet
Read full review
IBM
No answers on this topic
Usability
Apache
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
IBM
No answers on this topic
Support Rating
Apache
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
IBM
No answers on this topic
Alternatives Considered
Apache
I used other messaging/queue solutions that are a lot more basic than Confluent Kafka, as well as another solution that is no longer in the market called Xively, which was bought and "buried" by Google. In comparison, these solutions offer way fewer functionalities and respond to other needs.
Read full review
IBM
There are well explained tutorials to get the user started. If you are looking for business application ideas, the user community offers a diversity of applications. It is very easy to launch applications on the cloud and can integrate with other analytic tools available on Watson Studio. It takes away the burden of the technology so that users can focus on business innovations.
Read full review
Return on Investment
Apache
  • Positive: Get a quick and reliable pub/sub model implemented - data across components flows easily.
  • Positive: it's scalable so we can develop small and scale for real-world scenarios
  • Negative: it's easy to get into a confusing situation if you are not experienced yet or something strange has happened (rare, but it does). Troubleshooting such situations can take time and effort.
Read full review
IBM
  • Ability to do more with less
  • Admins and data analyst can now focus on more thinking tasks
  • No negative impacts yet
Read full review
ScreenShots