Apache Kafka with Apicurio Schema registry
In this article have detailed the steps on configuring Apache Kafka in a KinD cluster. To work with schema registry includes steps to configure simple Apicurio schema registry using Apicurio operator
Search for a command to run...
Articles tagged with #apache-kafka
In this article have detailed the steps on configuring Apache Kafka in a KinD cluster. To work with schema registry includes steps to configure simple Apicurio schema registry using Apicurio operator
Deploy Kafka cluster in KIND cluster In this article, I will explain to show how we can deploy Strimzi Kafka enabling KRaft mode in KIND cluster within the Docker desktop. The configuration defined in this article also shows how we can access Kafka...
Simple reactive application with SpringBoot, Apache Camel using Kafka Broker to stream the data. In this blog have demonstrated how to integrate Apache Camel with Apache Kafka and SpringBoot, by building a simple Reactive application. The Apache Ca...
Using Awaitality in integration test Kafka Broker In this blog will briefly explain how to can use Awaitility library to test Kafka in integration test. Why use Awaitility dependency Awaitility library can be used for testing external services like...