Try our new research platform with insights from 80,000+ expert users
Arucy Lionel - PeerSpot reviewer
Co-Founder at Afriziki
Real User
Top 5Leaderboard
Offers real-time processing workloads and highly scalability
Pros and Cons
  • "I use it for real-time processing workloads. So, in some instances, it's like IoT data. We need to put it into a data lake."
  • "For the original Kafka, there is room for improvement in terms of latency spikes and resource consumption. It consumes a lot of memory."

What is our primary use case?

Lots of real-time processing and high-velocity data are the use cases.

What is most valuable?

I'm happy with the scalability and the ability to kind of replay the topics if you wish. So, it can give you that flexibility.

What needs improvement?

For the original Kafka, there is room for improvement in terms of latency spikes and resource consumption. It consumes a lot of memory.

Resource consumption. It consumes a lot of memory.

For how long have I used the solution?

I have been using it since 2019. 

Buyer's Guide
Apache Kafka
June 2025
Learn what your peers think about Apache Kafka. Get advice and tips from experienced pros sharing their opinions. Updated: June 2025.
857,028 professionals have used our research since 2012.

What do I think about the stability of the solution?

I would rate the stability a seven out of ten. There are issues due to latency spikes and resource consumption. It varies quite a bit. It's not very stable. It is a powerful tool; it can work, but it can be problematic sometimes. And that's why I switched to Redpanda.

What do I think about the scalability of the solution?

I would rate the scalability a nine out of ten. One of our clients is an online casino; they have over two million end users. 

Which solution did I use previously and why did I switch?

I used RabbitMQ. I switched to Kafka because it is just capable of handling a lot more messages.

And that was because the original Kafka had some performance issues, some latency spikes, and things like that.

How was the initial setup?

The initial setup is easy because they provide documents. So, the documentation makes it easy to set up.

The deployment takes a few hours to set up a production environment and configure it in the cluster. It's pretty straightforward and pretty fast.

What about the implementation team?

I figured it out on my own.

What was our ROI?

There is an ROI. 

What's my experience with pricing, setup cost, and licensing?

If you use Confluent Cloud, it's expensive because it needs updates available in the platform, like AWS. But you only pay for what you use. So it's quite affordable considering the value it provides.

It is affordable for me. 

What other advice do I have?

Overall, I would rate the solution an eight out of ten. I would advise integrating Kafka with Redpanda. It's easier to work with for most people.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1975647 - PeerSpot reviewer
Senior Solutions Architect at a wholesaler/distributor with 10,001+ employees
Real User
Great access to multiple devices, with stability, at an affordable price
Pros and Cons
  • "One of the most valuable features I have found is Kafka Connect."
  • "I would like to see monitoring service tools."

What is our primary use case?

Our primary use cases allow software developers, and application developers, the option to not have to code in their own logic for the retry mechanism. A lot of software, and applications, have this feature of retry built in some way or the other, but they all have some kind of a pre-alpha version of Kafka, up to a certain extent.

How has it helped my organization?

So it is a good backbone for microservices. So basically you want to write microservices, which you can shut down and bring it up whenever you want. You want to be able to shut it down to actually replace it with a newer version and bring it up. The bottom line is you can kill the microservice and bring it back up and do all the things that you want to do with it. But whenever it comes back up, it should pick up and run from where it had left off. That is what everybody tries to do. And in order to build such a system, they have to write several logical pieces of code, and most of that code has already been built for in Kafka so that you don't have to do it yourself.

What is most valuable?

One of the most valuable features I have found is Kafka Connect.

What needs improvement?

Basically, the bootup time, if you have large messages, sometimes takes up more time than I would really like it to. So that is the area that Kafka can actually improve upon. But that is okay, the way we get around it is to make sure that Kafka has started up first and warmed up before anything else starts up. I would also like to see monitoring service tools.

For how long have I used the solution?

I have been using Apache Kafka for the past three years.

What do I think about the stability of the solution?

The stability is good as long as you have a short retention period.

What do I think about the scalability of the solution?

Confluent is the cloud version of Apache Kafka and it is scalable.

What about the implementation team?

We do the implementation in-house.

What was our ROI?

If you are managing your own implementation the return on investment is pretty good. What you need is good developers.

What's my experience with pricing, setup cost, and licensing?

Apache Kafka has open-source pricing.

What other advice do I have?

Apache Kafka is a good choice, so I would recommend people not have a real-time application if they do not have to. It is better to have a very fast batch operation than a real-time operation. I would rate Apache Kafka a nine on a scale of one to ten.

Which deployment model are you using for this solution?

Public Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Apache Kafka
June 2025
Learn what your peers think about Apache Kafka. Get advice and tips from experienced pros sharing their opinions. Updated: June 2025.
857,028 professionals have used our research since 2012.
Lucas Dreyer - PeerSpot reviewer
Data Engineer at BBD
Real User
Top 5Leaderboard
A distributed event store and stream-processing platform to build real-time streaming data pipelines and applications

What is our primary use case?


We use Apache Kafka to process messages, specifically payment type messages, and incorporate the data from those messages into our analytics and reporting. It utilizes data from additional sources in real-time for our analytics and reporting purposes.

What is most valuable?

The real-time nature and the ability to use multiple offsets are the most beneficial features of Apache Kafka for our data streaming needs. This allows us to replay the same messages using different offsets. Although I haven't set up Kafka's scalability and fault tolerance myself, I know it can be configured with redundancy and fallback options. We primarily consume the messages using different clients, so the setup for fault tolerance and redundancy is transparent to us.

It's quite flexible and comparable to other solutions like ActiveMQ in terms of features and guarantees, especially with offsets for message handling. While ActiveMQ may be preferred in some use cases requiring guaranteed message delivery, Kafka's offset management provides similar functionality. Overall, I would recommend Kafka for real-time data streaming without hesitation.

What needs improvement?

The main challenge we faced while integrating Apache Kafka with other tools was setting up SSL and securing connections. Managing certificate changes and ensuring all clients connect smoothly, especially outside Kubernetes environments, posed ongoing challenges. Once initially set up, maintaining and sharing these security configurations became more manageable, but ensuring compatibility across different environments remained a continuous effort.

For how long have I used the solution?

I have been using Apache Kafka for the last five years.

What do I think about the stability of the solution?


I would rate the stability nine out of ten.

What do I think about the scalability of the solution?

I would rate the scalability nine out of ten.

How are customer service and support?

The technical support, typical for open-source solutions, is also responsive and helpful.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

We switched to Kafka from paid solutions like IBM's MQ due to cost considerations, finding Kafka's multiple offsets and popularity advantageous.

How was the initial setup?


Installation is straightforward, taking less than an hour on Linux, though more complex setups like failover can require more effort.

What was our ROI?


Apache Kafka isn't a major part of our processing yet. Much of our processing is batch processing with data from APIs and other sources. So, it hasn't contributed significantly to return on investment. However, in other areas where we use Kafka extensively for data processing before persisting the data, it has provided quite a bit of return on investment.

What's my experience with pricing, setup cost, and licensing?


As for pricing, Kafka is open-source, so it's free to install and use.

What other advice do I have?


I rate Apache Kafka a nine out of ten for its performance, features, and community support.

Which deployment model are you using for this solution?

Hybrid Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Silvio Lucas Pereira Filho - PeerSpot reviewer
Senior Tech Lead at RecargaPay
Real User
Useful customization flexibility, processes multiple requests simultaneously, and reliable
Pros and Cons
  • "We appreciate the ability to persistently and quickly write data, as well as the flexibility to customize it for multiple customers. Additionally, we like the ability to retain data within Apache Kafka and use features, such as time travel to access past customer data. The connection with other systems, such as Apache Kafka and IBM DB2."
  • "Apache Kafka can improve by adding a feature out of the box which allows it to deliver only one message."

What is our primary use case?

We are using Apache Kafka to extract data from a Portuguese data source, utilizing an open-source project for data capture. The connector for this project is linked to both Kafka and Confluence platforms. We then transform the extracted data and store it in Elasticsearch.

What is most valuable?

We appreciate the ability to persistently and quickly write data, as well as the flexibility to customize it for multiple customers. Additionally, we like the ability to retain data within Apache Kafka and use features, such as time travel to access past customer data. The connection with other systems, such as Apache Kafka and IBM DB2. 

What needs improvement?

Apache Kafka can improve by adding a feature out of the box which allows it to deliver only one message.

For how long have I used the solution?

I have used Apache Kafka within the last 12 months.

What do I think about the stability of the solution?

Apache Kafka is a stable solution.

What do I think about the scalability of the solution?

The scalability of Apache Kafka is good. It can process many requests simultaneously.

We have approximately 600 people using this solution in my organization.

How are customer service and support?

I have not contacted the support from Apache Kafka.

How was the initial setup?

The initial setup is relatively easy as I am using Docker and the files provided by Confluent. However, setting up Apache Kafka in a production environment is not as straightforward. I prefer to use solutions, such as Confluence that already have everything preconfigured. As a developer, creating an environment for it is not a problem for me, but I think it can be challenging for those responsible for the production environment. There have been issues with data loss and other problems in the past. Configuring it for production is not easy.

My deployment was very quick because I am using it locally. We have someone else that does the cloud deployment.

What about the implementation team?

I did our local implementation and we have someone else that does the cloud deployment.

What's my experience with pricing, setup cost, and licensing?

The price of Apache Kafka is good.

I rate the price of Apache Kafka an eight out of ten.

What other advice do I have?

I don't see any major issues with using Apache Kafka. Many companies use it and it's a good solution. My advice would be to use it as a software-as-a-service rather than setting up your own cluster. This way, you can benefit from a preconfigured and maintained platform. It's better to opt for a software-as-a-service solution.

I rate Apache Kafka an eight out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Stuart-Cook - PeerSpot reviewer
CEO /Consultant at Version Two Software Solutions Ltd
Reseller
Top 5
The message bus capabilities and throughput are good, but it needs better documentation
Pros and Cons
  • "It seemed pretty stable and didn't have any issues at all."
  • "We struggled a bit with the built-in data transformations because it was a challenge to get them up and running the way we wanted."

What is our primary use case?

We used Kafka as a central message bus, transporting data from SNMP through to a database. Some of the processing in between was handled by other components.

How has it helped my organization?

We built a solution for a client and the client was happy with the solution.

What is most valuable?

The message bus capabilities, basically sending messages to it, and the way it handles events or messages is pretty good. The throughput was good. Generally, it was a good component.

What needs improvement?

We struggled a bit with the built-in data transformations because it was a challenge to get them up and running the way we wanted. There was a bit of a learning curve. It may be that we didn't fully grasp the information.

Also, the documentation covering certain aspects was a bit poor. We had to trawl around different locations to try to find what we needed. When we were able to find documentation on transformation, for example, there wasn't a good set of documentation examples we could use, and the examples we had weren't quite meeting the need. Better examples would've helped us.

For how long have I used the solution?

I used this solution for about a year and a half. 

What do I think about the stability of the solution?

It seemed pretty stable and didn't have any issues at all.

What do I think about the scalability of the solution?

I don't know how many people were using it on the client's side, but we had a four-person team doing the development work. 

What about the implementation team?

Our team handled the deployment in-house.

What's my experience with pricing, setup cost, and licensing?

Kafka is an open-source solution, so there are no licensing costs. There are third-party companies who support and provide add-ons to Kafka, but we didn't need to use any of those. Confluence, for example, provides plug-ins for Kafka. 

Which other solutions did I evaluate?

There were other solutions, like Apache MQ, but there were a number of components we looked at that were based around being a message bus, and Kafka was the winner from that review work.

What other advice do I have?

The documentation can be a challenge. There are quite advanced capabilities of Kafka, like the transformations that you can build to modify the data as needed. We found that the biggest challenge was documentation and being able to gain the knowledge of exactly how to do stuff. We also struggled on the transformation, but other components were fine, so some parts are good, and some parts are bad.

I would rate this solution as an eight out of ten. 

Which deployment model are you using for this solution?

Private Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Lead Architect at a financial services firm with 1,001-5,000 employees
Real User
Good partition tolerance, message reliability, and API integration
Pros and Cons
  • "The main advantage is increased reliability, particularly with regard to data and the speed with which messages are published to the other side."
  • "One of the things I am mostly looking for is that once the message is picked up from Kafka, it should not be visible or able to be consumed by other applications, or something along those lines. That feature is not present, but it is not a limitation or anything of the sort; rather, it is a desirable feature. The next release should include a feature that prevents messages from being consumed by other applications once they are picked up by Kafka."

What is our primary use case?

We use it extensively in our data pushing, for analytics and all of this type of data that is pushed, rather than on a real-time and payment basis. However, we are using it for offline messages, pushing it for processing, and for heavy, heavy usage, rather than extensively using it for financial data.

What is most valuable?

The main advantage is increased reliability, particularly with regard to data and the speed with which messages are published to the other side. 

The connectivity from the application is straightforward, as is the API integration.

These are some of the most valuable features of this solution. 

In terms of partition tolerance, message reliability is also present, which is a very good feature from the customer's perspective.

What needs improvement?

The area for improvement in Kafka is difficult to say because it's a solid product that works well in its intended applications. And, we are looking for something that can be used as part of financial implementations, because we don't want too many messages to be delivered to the other side, which is one of the areas I am looking at as well.

One of the things I am mostly looking for is that once the message is picked up from Kafka, it should not be visible or able to be consumed by other applications, or something along those lines. That feature is not present, but it is not a limitation or anything of the sort; rather, it is a desirable feature.

The next release should include a feature that prevents messages from being consumed by other applications once they are picked up by Kafka.

Then there is message dependability because a message is of no use if cannot be consumed. Alternatively, if the message is consumed but not committed, it should not be recorded in the Kafka queues. It should be because that is one of the features that is existing in MQs consistently provide: if the message is not committed, it will be committed back to the queues.

I have not seen that in Kafka.

For how long have I used the solution?

We have been using Apache Kafka for approximately three years in the organization.

I believe we are working with version 10. Confluent Kafka is what we are using.

What do I think about the stability of the solution?

It's a stable solution. Once completed, it is a very stable solution.

What do I think about the scalability of the solution?

The scalability is very good. It is scalable horizontally rather than vertically. 

It can scale up to any level horizontally. However, if the message, once used horizontally scalable, cannot be shrunk once the requirement is reduced, some process is actually taking place. That is one thing that is lacking.

I believe there are approximately 10 to 15 people who use it.

This is being used by the data migration, data team, data analytical team, and data engineer. It's being used by all application architects who are just looking into it, as well as middleware integrators and middleware application integrators.

We have big plans to increase the use of various other innovations and stuff like that. We are using it in relation to data activities. 

Also, we are only planning to use the financial part for publishing it, subscribing, and publishing a pop-up model for various use cases.

How are customer service and support?

Apache usually has a community deployment. If you use Apache or any other software, you will usually receive community support. Otherwise, some companies are taking it and beginning to process it. For example, in Kafka, there is a version of Confluent that they use and support. Or, as we call it, the Oracle Big Data platform.

It will be included with Hadoop, Spark, and other similar technologies. That is coming as, one of the back software packages that are part of that offering, and it is supported by Oracle. Depending on the type of open source, there are various types of support available. Other than the community, we will not receive assistance. Otherwise, it's free enterprise, and we can take it from Confluent or other vendors who offer similar products.

Which solution did I use previously and why did I switch?

Prior to implementing this solution, we were not using another solution. We have been using, Kafka from the beginning with regard to these use cases. However, we are using other queuing solutions, such as MQ, ActiveMQ, IBM IQ, and Q, but the use cases are different. This is primarily due to the large volume, faster processing, and other benefits of using Kafka.

How was the initial setup?

It is not deployed on-premises. 

We use Kafka as part of the OCI Oracle Cloud platform and the Oracle Big Data platform because Kafka is included.

The Apache Kafka setup will take some time because it is not simple, and we have a lot of other components to install. It's fine because we needed all the plugins and other things for the simple implementations, but the containers' implementation is simple. The only difference is that when it comes to Zookeeper, there are a lot of supporting applications running on top of it, such as Zookeeper. As part of their area, Apache Kafka is running on top of Zookeeper. What do they think? As part of their... manageability, the Kafka area, and Apache Zookeeper. As a result, everything must be removed. And it will be preferable if the implementation is simple.  I believe Confluent is doing this, but we have not yet begun.

The deployment, and configuration, will take one hour to complete. However, it is also dependent on the fact that you require a large number of configurations, which we have.

What about the implementation team?

The deployment was completed in-house.

Currently, there is a team of three to maintain this solution. There are application support personnel in charge of access control.

What's my experience with pricing, setup cost, and licensing?

It will be included in the Oracle-specific platform. It is approximately $600,000 USD.

What other advice do I have?

When it comes to Apache Kafka, they must understand how it works and what its internals are. There could be numerous challenges associated with the product and its entire life cycle. You will have to have a good understanding and knowledge of the configuration. You will need a technical person who is knowledgeable in Kafka which will be an advantage and on an ongoing life partner.

It's a very good solution, I would rate Apache Kafka a nine out of ten.

Which deployment model are you using for this solution?

Private Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Other
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user

The high availability is valuable. It is robust, and we can rely on it for a huge amount of data.

Nor EL MALKI - PeerSpot reviewer
Project Manager at Leyton & Associés, SAS
Real User
Simple to scale, high performance, and low maintenance
Pros and Cons
  • "The most valuable feature of Apache Kafka is the clustering which is very easy to scale and we have multiple servers all over our platforms. It has been useful for stability and performance."
  • "Apache Kafka can improve by providing a UI for monitoring. There are third-party tools that can do it, but it would be nice if it was already embedded within Apache Kafka."

What is our primary use case?

We have a scalable architecture where we need multiple workers to handle some processing. To make it possible, the backend catches the request and puts it in a common medium, which is the queue of Apache Kafka. The workers then can share and process it.

What is most valuable?

The most valuable feature of Apache Kafka is the clustering which is very easy to scale and we have multiple servers all over our platforms. It has been useful for stability and performance.

What needs improvement?

Apache Kafka can improve by providing a UI for monitoring. There are third-party tools that can do it, but it would be nice if it was already embedded within Apache Kafka.

For how long have I used the solution?

I have been using Apache Kafka for approximately two years.

What do I think about the stability of the solution?

Apache Kafka is stable. We have not had any issues.

What do I think about the scalability of the solution?

the scalability of Apache Kafka is good. We have parts of the information we use in different geographical sites and it doesn't pose any problem.

How are customer service and support?

I have not used technical support.

Which solution did I use previously and why did I switch?

I previously used RabbitMQ. We switched because Apache Kafka was more stable and had better performance.

How was the initial setup?

The initial setup of Apache Kafka was easy because it is Dockerized. However, if you were to install it yourself it would be difficult. Having it Dockerized makes it worth it. 

The first deployment took approximately two hours. The updates of the solution can be done in a matter of minutes.

What about the implementation team?

Our DevOps team in our IT department did the deployment of the solution. It was mostly virtual work. The maintenance of the solution does not take a lot of time.

What's my experience with pricing, setup cost, and licensing?

We are using the free version of Apache Kafka.

What other advice do I have?

We had a good experience with the solutions, the maintainability and scalability are good. I would recommend the solution to others.

I rate Apache Kafka a nine out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Mukulit Bhati - PeerSpot reviewer
CTO at InsightGeeks Solutions Pvt.
Real User
Impeccable and impressive throughput with brilliant availability
Pros and Cons
  • "Its availability is brilliant."
  • "The support on Apache Kafka could be improved."

What is our primary use case?

We use Apache Kafka for patching real-time data that we receive over a data transport layer and for putting the data into Apache Kafka. From Apache Kafka, we use several applications to subscribe to topics from different applications that we serve directly to browsers. Additionally, we use these applications inside our solution and have Apache Kafka Stream, which is connected to MongoDB.

Since we receive data in real-time consisting of IoT devices, running vehicles, their locations, their states, and their VNs, the solution is helpful.

What needs improvement?

The product could be improved with proper documentation. Proper documentation should be the SSE. We have a challenge with configuration, so it isn't easy to configure a standalone Apache Kafka on the premises. It needs to be set up on-premises and surveys being provided in the market want to be excluded. Hence, being a developer and configuring Apache Kafka is very hard. It is user-friendly, but initially, we found it challenging. Improving the documentation in this solution would be much better if documents were provided on GitHub for different things. As the market is growing, Spring solution is working hard to get products in the market so when Python, React JS, and Node.Js came, they were lacking. But today, Spring Boot has a solid framework. So the support on Apache Kafka could be improved, but finding some configurations with Spring Boot isn't easy.

For how long have I used the solution?

We have been using this solution for over three years and are currently using the latest version.

What do I think about the stability of the solution?

The solution is stable, and the most fantastic thing about it is its throughput. For example, I have tried MQs, which also have Apache Kafka Streams. So the throughput of Apache Kafka Stream is impeccable and impressive.

What do I think about the scalability of the solution?

The solution is very scalable, and its availability is brilliant. We have approximately 32,000 people on our customer base.

How are customer service and support?

We do not have any experience with customer service and support.

Which solution did I use previously and why did I switch?

We have tried different MQs, but the subscription and charting available on this solution are better. We have used Queues previously, but this solution is more stable, so we chose it.

How was the initial setup?

The initial setup is dependent on the individual. For example, it would be straightforward if a person practices these things a lot and understands the documentation correctly. However, since most people prefer examples instead of reviewing documentation, it would be easy to set up if they find steps on the internet but difficult if they do not have examples.

What's my experience with pricing, setup cost, and licensing?

I rate the pricing for this solution an eight out of ten. It could be a bit cheaper.

What other advice do I have?

I rate this solution an eight out of ten. It is good, but the documentation could be improved.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user