Skip to content

Conversation

anuraaga
Copy link
Collaborator

@anuraaga anuraaga commented Oct 3, 2025

No description provided.

@@ -0,0 +1,98 @@
# gRPC compatibility
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put some thought into whether this is actually the right title when there isn't compatibility, but it seemed still fine but open to any thoughts

Copy link
Member

@stefanvanburen stefanvanburen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, just a nit about casing

Connect-Python currently does not support the gRPC protocol due to lack of support for HTTP/2 trailers
in the Python ecosystem. If you have an existing codebase using grpc-python and want to introduce Connect
in a transition without downtime, you will need a way for the gRPC servers to be accessible from both
gRPC and Connect clients at the same time. envoy is a widely used proxy server with support for translating
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I see "envoy" stylized both all lowercase and capitalized on https://www.envoyproxy.io/docs/envoy/latest/; I think I'd opt for caps here?

Suggested change
gRPC and Connect clients at the same time. envoy is a widely used proxy server with support for translating
gRPC and Connect clients at the same time. Envoy is a widely used proxy server with support for translating

Looking a little more, although the logomark is lowercase, the rest of the docs seem to refer to it as Envoy (and so do the Connect docs). So I might just s/envoy/Envoy throughout this doc?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks - yeah eyes landed on the only two instances of lowercase in those docs for some reason

Signed-off-by: Anuraag Agrawal <[email protected]>
@anuraaga anuraaga merged commit 6bac575 into connectrpc:main Oct 4, 2025
23 checks passed
i2y pushed a commit that referenced this pull request Oct 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants