Sending Messages to Kafka in Kubernetes
Today I am going to show you how to do the opposite, how to produce messages into Kafka aka how to send Messages to a…
Today I am going to show you how to do the opposite, how to produce messages into Kafka aka how to send Messages to a…
Companies adopt streaming data and Apache Kafka® because it provides them with real-time information about their business and customers. In practice, the challenge is that…
Managing Apache Kafka® clusters can be tricky sometimes. To solve this problem, Confluent Control Center helps you easily manage and monitor your clusters and interact…
Apache Kafka® applications run in a distributed manner across multiple containers or machines. And in the world of distributed systems, what can go wrong often…
We’re excited to announce ksqlDB 0.17, a big release for 2021. This version adds support for managing the lifecycle of your queries from CI servers,…
There is a class of applications that cannot afford to be unavailable—for example, external-facing entry points into your organization. Typically, anything your customers interact with…
I’m proud to announce the release of Apache Kafka 2.8.0 on behalf of the Apache Kafka® community. The 2.8.0 release contains many new features and…
Updating a fundamental paradigm in your React app can be as easy as search and replace, or at other times, as difficult as convincing your…
Morgan Stanley uses Apache Kafka to publish market data to internal clients and to persist it for replay purposes. We started out using librdkafka’s C++…
At the heart of Apache Kafka® sits the log—a simple data structure that uses sequential operations that work symbiotically with the underlying hardware. Efficient disk…
Real-time analytics has become the need of the hour for modern internet companies. The ability to derive internal insights around business metrics, user growth and…
Today, every company is a data company. There are many different data pipeline, integration, and ingestion tools in the market, but before you can feed…
Apache Kafka® is at the heart of the data transportation layer at Pinterest. The amount of data that runs through Kafka has constantly grown over…
One of the most highly requested enhancements to ksqlDB is here! Apache Kafka® messages may contain data in message keys as well as message values.…
Soon, Apache Kafka® will no longer need ZooKeeper! With KIP-500, Kafka will include its own built-in consensus layer, removing the ZooKeeper dependency altogether. The next…