Get Started
The Get Started guides below will walk you through the steps to build and secure a Todo application using Apache Kafka with the Zilla engine.
Our Build the Todo Application guide shows you how to create your first application with Zilla, using Apache Kafka with Kafka Streams to implement the Tasks service that maintains a shared Todo List of tasks.
Our Secure the Todo Application guide shows you how to secure the Tasks API using JWT access tokens to allow read and write access only to authorized clients.
Our Connect your Kafka guide shows you how to change the Zilla configuration to use your own Kafka cluster instead of using a local Kafka deployment in a docker stack.
Last modified 6mo ago