Sample GRPC streaming server

  1. Run Kafka or Redpanda
cd docker && docker-compose up;
  1. Run the publisher
cargo run --bin market-data-publisher
  1. Run the server
cargo run --bin market-data-server