Testing Cloud Native Kafka Applications with Testcontainers
By Aykut Bulgu / March 31, 2024Click >>this link<< to read the related tutorial from the AtomicJar Blog.
Click >>this link<< to read the related tutorial from the AtomicJar Blog.
Click >>this link<< to read the related tutorial from the InfluxDB Blog.
Dealing with data is hard in the Cloud-native era, as the cloud itself has many dynamics, and microservices have their unique data-relevant problems. As many patterns emerge after dealing with similar problems over and over, technologists invented many data integration patterns to solve those data-related problems. Change Data Capture (CDC) is one of those data […]
TL;DR: You can download the Strimzi CLI Cheat Sheet from this link if you are curious about Strimzi CLI capabilities and want a kind of quick reference guide for it. It is a little bit more than one year since I first announced Strimzi Kafka CLI; a command-line interface for Strimzi Kafka Operator. It was […]
Access the repo of this post from here: https://github.com/systemcraftsman/strimzi-kafka-cli/tree/master/examples/5_connect If you are interested in more, check out the video that I create a Kafka Connect cluster and the relevant connectors in the article, using Strimzi Kafka CLI:
Visit the following link to clone this demo: https://github.com/systemcraftsman/quarkus-strimzi-cli-demos
If you are interested more, you can have a look at the short video that I demonstrate the Apache Kafka configuration on Strimzi using Strimzi Kafka CLI:
Table of Contents 1. Traditional Applications and Monoliths 1.1. Benefits and Drawbacks 2. Cloud-Native Applications and Microservices 2.1. Challenges 2.1.1. State 2.1.2. Synchronous Communication 2.2. Challenging the Challenges 2.2.1. Asynchronous Messaging and Messaging Architectures Point-to-Point Publish-Subscribe Hybrid model 2.2.2. Events & Event Sourcing 2.2.3. Change Data Capture 2.2.4. Command Query Responsibility Segregation (CQRS) 2.3. Solutions […]
A few days ago, I had a chance to speak about “Change Data Capture with Debezium and Apache Kafka” at an Istanbul Java User Group event. After the presentation, I did a small demo that I think was very beneficial for the audience so I thought that it would be best to improve it and […]
1 – Install Strimzi Kafka CLI 2 – Create project namespace on Openshift/Kubernetes 3 – Install Strimzi Kafka Operator 4 – Create Kafka Cluster 5 – Create a Kafka topic Let’s try it out! Special thanks to Timecop1983 for the great music!