Skip to content

Latest commit

 

History

History
 
 

example-service

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Example

Example service to demonstrate how to set up tarpc with Jaeger. To see traces Jaeger, run the following with RUST_LOG=trace.

Server

cargo run --bin server -- --port 50051

Client

cargo run --bin client -- --server-addr "[::1]:50051" --name "Bob"