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"
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: trade_id =00
windows11, powershell:
$env:RUST_LOG="trace"