Follow the Zilla Quickstart to discover some of what Zilla can do!
This quickstart runs using Docker compose. You will find the setup scripts in the compose folder.
You will need a running kafka broker. To start one locally you will find instructions in the kafka.broker folder. Alternatively you can use the redpanda.broker folder.
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
./compose/setup.sh
You can interact with this quickstart using our Postman collection
The teardown.sh
script will remove any resources created.
./compose/teardown.sh