A Strimzi Kafka Quickstart for Quarkus with Strimzi CLI
By mabulgu / March 30, 2021Visit the following link to clone this demo: https://github.com/systemcraftsman/quarkus-strimzi-cli-demos
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:
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!
If you are interested more, you can have a look at the short video that I explain the Simple ACL authorization example here: Take care👋
If you are interested more, you can have a look at the short video that I explain the TLS authentication example here: Take care👋
Apache Kafka today, is a popular distributed streaming technology providing pub/sub mechanism, storing, and processing streams in a distributed way. As Kubernetes becomes more and more popular day by day, it is inevitable for a technology like Apache Kafka to run on Kubernetes platform natively. Using some capabilities of Kubernetes like Operator Framework or Statefulsets, […]