This example uses the echo component to send a request and the component response will be the exact message received.
- Dapr installed
- To run the example we need to first build the examples using the following command:
cargo build --examples- Run the example using the Dapr CLI
dapr run --app-id=conversation --resources-path ./config --dapr-grpc-port 50001 -- cargo run --example conversation-alpha1 - 'conversation input: hello world'
- 'conversation output: hello world'