Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 464 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 464 Bytes

kafka-scylla-micro

A repository that aims to showcase a toy microservice that uses Kafka & ScyllaDB (with basic CDC usage).

This repository is mostly a WIP but will be used to showcase some of my gRPC/Kafka learnings.

How to use

  • Use docker compose up -d to spin up the infrastructure.
  • Use ./buyer/kafka.sh to initialise the Kafka topic.
  • Use KAFKA_URL=localhost:9092 cargo run -p messenger to run the only available Rust program at the moment.