quickstart
quickstart
Follow the Zilla Quickstart to discover some of what Zilla can do!
Running locally
This quickstart runs using Docker compose.
Setup
The setup.sh script will:
Configured Zilla instance with REST, SSE, gRPC, MQTT protocols configured
Create Kafka topics
Start a gRPC Route Guide server
Start a MQTT message simulator
Setup with a bitnami Kafka cluster
./setup.shSetup with a Redpanda cluster
KAFKA_VENDOR_PROFILE=redpanda ./setup.shalternatively with the plain docker compose command respectively
docker compose --profile kafka --profile init-kafka up -dKAFKA_VENDOR_PROFILE=redpanda docker compose --profile redpanda --profile init-redpanda up -d
Using this quickstart
You can interact with this quickstart using our Postman collection
Generating combined zilla.yaml
yq '.' *-zilla.yaml > zilla.yamlTeardown
The teardown.sh script will remove any resources created.
./teardown.sh
