Learn what Change Data Capture (CDC) is, its use cases, and mechanisms.
In this blog we'll go over Data Integration. What is it? Why is it? What are some of the benefits? Then, let's look at the how.
We are proud to announce the launch of our Playground, giving Conduktor Cloud users access to two free Apache Kafka clusters for experimentation.
Kafka's widespread usage has introduced problems related to governance, as different teams combine their Kafkas. Topic as a Service for the Conduktor Platform was built to help solve these issues.
In this article, we’ll discuss what Zookeeper is, what its role is, its limitations, and how KRaft mode mitigates those limitations.
Monitoring and Alerts are vital for the long term health of systems, and Kafka is no different. Unfortunately, no solutions exist that have been configured especially for Kafka - until now. Conduktor Platform delivers seamless monitoring and instant alerts.
Explore the difference between the two storage paradigms of data lakes and data warehouses. Learn the pros and cons of each and which situations they are suited for.
A primer on real-time data streaming, the innovation that empowers the modern internet. Get a high-level overview of how it works and the challenges faced.
What are the coolest things you can do with Conduktor Platform? Aside from testing, monitoring, multi-tenancy, chaos engineering, and all that? It's not just new solutions, as the core Kafka UI offers several amazing new features. Take a look below.
Conduktor Console is the new user interface for Apache Kafka available in the Conduktor Platform. This blog will take a look at the features of the Console and how it can help your data exploration, Kafka operations, and troubleshooting.
Kafka consumers pull data from topic partitions, but what happens if a consumer dies? How will the partitions be reassigned, and what is the best method of reassignment? This article looks at the partition.assignment.strategy configuration and the different options it enables.
Engineer Lorcan Cooke looks into what Schema Registry is and why you should use it for your Apache Kafka. In part 3, Lorcan demonstrates how to set up an Aiven Karapace registry with Conduktor Platform
A look at the Apache Kafka security features available for users of the Conduktor Platform.
In this blog, we’ll look at data pipelines and the various potential pipeline architectures. We’ll also explore the technologies behind data pipelines, their features, and how they are constructed.
In the final week of September, the entire Conduktor team gathered in Milan as we launched the Platform. Take a look at some of the best pictures from the event.
Conduktor Testing provides a simple, visual interface for testing applications that incorporate Apache Kafka. Find out more in our deep dive
The Conduktor Platform is a new product that will transform your approach to Apache Kafka, providing solutions for Kafka management, testing, monitoring, data quality, security, and data governance.
Kafka Streams is a simple library built on top of Kafka that enables you to build real-time applications. In this article, we'll look at how Kafka Streams can be used.
Apache Kafka is a commit-log system. Kafka allows us to optimize the log-related configurations. These configurations can impact broker performance, and we'll show you how to optimize settings in this article.
A distributed system is a computing system in which the various components are spread out across a network of devices. The majority of modern computing involves distributed systems in some way and we'll look in more depth below.
We're pleased to announce that topic-level role-based access control is now available in the latest versions of Conduktor.
Demonstrating how to use our latest product to validate workflows and test data integrity at each stage of your system architecture.
Apache Kafka offers a simple yet powerful architecture that can handle a wide variety of use cases. In this article, we will explore the details of Kafka's architecture.
Apache Kafka and Apache Pulsar are both open source messaging solutions that can cover many of the same use cases, but with some key differences. We'll examine their strengths and weaknesses below.
Apache ActiveMQ, RabbitMQ, and Apache Kafka are generally considered messaging middleware. This article explores each technology, compares and contrasts the differences, and concludes with intended use cases.
In this post, we’ll explore some methods you can use to test components within your Apache Kafka architecture.
A look at how Conduktor helps you manage the Topics on your Kafka cluster.
A look at how Apache Kafka & Apache Spark perfectly complement each other to solve for many use cases.
Conduktor allows you to start a local Kafka cluster in just a couple of clicks.
Using Kafka Connect in Conduktor and specifically how to use Debezium to monitor the changes in a MySQL database.
In this blog, we deep-dive into Kinesis vs Kafka, evaluating the data event streaming solutions across 5 dimensions.
Our latest release updates a number of dependencies to ensure maximum security for Conduktor Desktop users.
We’ve just raised $20M Series A funding and we’re super excited about what that means for our community.
We'd like to help the community and share our best practices when coding an API in Scala.
See how Conduktor helps extracting and visualization interesting insights out of your data.
Using Conduktor to stream data between Apache Kafka and other data systems in a reliable and scalable way.
Kafka works on the basic model of decoupling the source system and target system, so instead of Source systems (Producers) directly sending data to the target system, now Source systems publish data to Kafka and Target systems or Consumers subscribes to these events to get data directly from Kafka.
Protobuf is a powerful alternative to Apache Avro when it comes to data serialization and schemas compatibility.
Conduktor 2.1 is out with loads of fixes and a new feature for clusters with topic naming convention: smart groups.