Skip to content

Commit

Permalink
Add README for example app
Browse files Browse the repository at this point in the history
  • Loading branch information
akevinge authored and tikue committed Dec 30, 2023
1 parent 26988cb commit d50290a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions example-service/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Example

Example service to demonstrate how to set up `tarpc` with [Jaeger](https://www.jaegertracing.io). To see traces Jaeger, run the following with `RUST_LOG=trace`.

## Server

```bash
cargo run --bin server -- --port 50051
```

## Client

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

0 comments on commit d50290a

Please sign in to comment.