This repository contains an example about how to produce and consume messages on PolarStreams with Rust.
- Rust 1.62 and above.
- PolarStreams v0.5.0 and above.
Set the service name to {my-service}.{my-namespace} or localhost if you are running PolarStreams locally.
cd producing
POLAR_EXAMPLE_SERVICE_NAME=polar.streams cargo runSet the service name to {my-service}.{my-namespace} or localhost if you are running PolarStreams locally.
cd consuming
POLAR_EXAMPLE_SERVICE_NAME=polar.streams cargo run