Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Conversation

i2y
Copy link
Owner

@i2y i2y commented Aug 24, 2025

WHAT

Add Transport API for protocol-agnostic RPC clients. Enables switching between Connect and gRPC protocols without changing client code. Opt-in via transport_api=true generator option.

WHY

  • Allow users to use both Connect and gRPC with the same client interface
  • Provide migration path between protocols
  • Keep it experimental/opt-in to avoid impacting existing users

@i2y
Copy link
Owner Author

i2y commented Aug 26, 2025

TODO: Rename transport/ to client_transport/ or something to clarify these are client-side implementations (will update in this PR).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant