Crates.io | tarpc-example-service |
lib.rs | tarpc-example-service |
version | 0.16.0 |
source | src |
created_at | 2018-10-17 19:00:48.182324 |
updated_at | 2024-10-27 01:48:44.655724 |
description | An example server built on tarpc. |
homepage | https://github.com/google/tarpc |
repository | https://github.com/google/tarpc |
max_upload_size | |
id | 91192 |
size | 50,546 |
Example service to demonstrate how to set up tarpc
with Jaeger using OTLP. To see traces Jaeger, run the following with RUST_LOG=trace
.
cargo run --bin server -- --port 50051
cargo run --bin client -- --server-addr "[::1]:50051" --name "Bob"