Kafka Sandbox helps you to deploy a kafka sandbox locally. It intends to be a simple way to get started with kafka and help you on your learning path. It provides you with a wide variety of tools from the kafka ecosystem and a simple way to run them all. It also includes a set of tools and tips to make it easier for you to use kafka. This is not intended to replace official courses.
You can access this mdbook at https://sauljabin.github.io/kafka-sandbox and https://github.com/sauljabin/kafka-sandbox.
Install mdbook
:
cargo install mdbook mdbook-alerts
Run local server:
mdbook serve --open
Build statics:
mdbook build