You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2026. It is now read-only.
Describe the current state
We only support HTTP as transport for voth JSON and protobuf messages.
These are mandatory as per the specification.
gRPC transport is optional but its widely used and we should be able to support it.
Describe the desired state
Add gRPC transport support in
src/otlp.zig.There is a library that might be usedfor this: https://github.com/ziglana/gRPC-zig