google / google/tarpc

example-service is not working properly

Open
#549 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
3.7k
Forks
230
PR merge metrics
No merged PRs in 30d

Description

example-service is not working properly, when dependency item in replaced with:
# this worked properly
# tarpc = { version = "0.37", path = "../tarpc", features = ["full"] }
# log output:
# 2026-02-18T02:08:07.739012Z DEBUG Two Hellos:RPC{rpc.deadline=2026-02-18T02:08:17.737380300Z otel.kind="client" otel.name=World.hello #rpc.trace_id=379ab7c30ee848e6bb888068d4a74425}: tarpc::client: SendRequest


# this worked unpropery
tarpc = { version = "0.37", features = ["full"] }
#log output:
#2026-02-18T02:05:46.060967Z TRACE Two Hellos:RPC{rpc.deadline=2026-02-18T02:05:56.057645900Z otel.kind="client" otel.name=World.hello}: #tarpc::client: OpenTelemetry subscriber not installed; making unsampled child context.
#2026-02-18T02:05:46.059017Z INFO Two Hellos:RPC{rpc.deadline=2026-02-18T02:05:56.057654000Z otel.kind="client" otel.name=World.hello #rpc.trace_id=00}: tarpc::client: SendRequest

this: trade_id =00

windows11, powershell:
$env:RUST_LOG="trace"

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.