Category: Apache Kafka®
Blog
Key Capabilities for Successful Apache Kafka® Management
Apache Kafka® is a powerful event streaming technology that is relatively easy to set up but can become extremely complicated to scale, especially without significant maintenance tasks. Any Apache Kafka® manager requires a robust Apache Kafka® management tool to efficiently operate, monitor, and maintain a Apache Kafka® cluster, especially in production environments. The following list
Blog
The Challenges of Partition Rebalancing in Apache Kafka® Brokers and Effective Monitoring Strategies
Apache Kafka® seems easy at first. It quickly becomes the backbone of your data streaming strategy, making life smooth and simple. But as you grow, Apache Kafka® can become complicated quickly. One of the biggest headaches you’ll face is partition rebalancing between your brokers. Let’s dive into why it matters, and how to fix it.
Blog
Lessons Learned from Managing Apache Kafka® Costs
You probably have seen ads where someone claims that their app can save you money by finding subscriptions you forgot about. I have a hard time imaging someone with $100s of dollars of expenses they forgot about, but I have had the occasional one that was missed. The problem is that people are inefficient when
Blog
Evolution of Apache Kafka® and Advantages Over Messaging
Apache Kafka® has come a long way since its initial development at LinkedIn in 2010 and its release as an open-source project the following year. Over the past decade, it has grown from a humble messaging bus used to power internal applications into the world’s most popular streaming data platform. Its evolution is remarkable, and
Blog
How to use OpenTelemetry for Apache Kafka® Monitoring
Apache Kafka® is a high-throughput, low-latency platform for handling real-time data feeds. Its storage layer is in essence a massively scalable pub/sub message queue designed as a distributed transaction log. It can be used to process streams of data in real-time, building up a commit log of changes. Apache Kafka® has strong ordering guarantees that