Skip to content

example-service is not working properly #549

@1991766703

Description

@1991766703

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions