This repository contains the code of the Kafka broker used as demo at Voxxed talks in 2017.
It is a development Kafka broker for Kubernetes. It uses two containers in a pod to instantiate Zookeeper and Kafka.
It does not support scaling and it is not intented for production usage.
-
Execute:
mvn clean fabric8:deploy
It will be deployed and started in the current namespace.
- This project is based on the work of Matthew Farrellee