Transport connector

gRPC Transport

gRPC Transport is a transport connector for exposing URI registries between services. It keeps the same URI binding contract while switching the network transport to gRPC.

available

What it does

  • Expose a runtime registry to another service.
  • Use URI routes over gRPC instead of only HTTP.
  • Test service-to-service URI execution contracts.

URI schemes

transport://

Requirements

  • python>=3.10