Skip to content

A tool for doing on-the-fly message validation for Kafka.

License

Notifications You must be signed in to change notification settings

reiseburo/slipstream

Repository files navigation

Slipstream 💨

A tool for doing on-the-fly message validation for Kafka using JSON Schemas.

Developing

Slipstream is still very early in its development.

See slipstream.yml and schemas.d/hello.yml for the development configuration, and a test schema to work with.

  1. Compile: cargo build

  2. Launch a Kafka stack docker-compose up

  3. Run slipstream: RUST_LOG=info ./target/debug/slipstream

  4. Produce messages to test, e.g.: echo "{\"\$id\":\"hello.yml\",\"hello\":\"$(date)\"}" | kafkacat -P -b localhost:9092 -t test -p -1;

  5. Watch test.valid, e.g. kafkacat -C -b localhost:9092 -t test.valid

About

A tool for doing on-the-fly message validation for Kafka.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages