Skip to content

Conversation

@anuraaga
Copy link
Contributor

Notably has full support for gRPC now.

While most of the doc updates are in the testing page that is probably lowish impact, will both block this on connectrpc/connect-python#91 and vice-versa.

@anuraaga anuraaga requested a review from a team January 21, 2026 05:31
@vercel
Copy link

vercel bot commented Jan 21, 2026

@anuraaga is attempting to deploy a commit to the connectrpc Team on Vercel.

A member of the Team first needs to authorize it.

Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
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.

just nits on the codeblocks; lgtm otherwise.

Comment on lines 24 to 25
Connect-Python currently does not provide implementations of gRPC standard endpoints like reflection
and health check but likely will in the future.
Copy link
Member

Choose a reason for hiding this comment

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

+1 on adding these; not sure if they make sense as separate projects under the connect umbrella, separate workspaces in connect-python, or just bundled in with the base project?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good question - not sure but I think multiple packages in the connect-python repo could make sense

Co-authored-by: Stefan VanBuren <stefan@vanburen.xyz>
Signed-off-by: Anuraag (Rag) Agrawal <anuraaga@gmail.com>
@jrinehart-buf
Copy link
Contributor

I should be able to give this all a proofreading today (afternoon Eastern US time).

@vercel
Copy link

vercel bot commented Jan 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
connect Ready Ready Preview, Comment Jan 22, 2026 8:26pm

Request Review

Signed-off-by: jrinehart-buf <jrinehart@buf.build>
for message in request:
greeting += f"Hello, {message.name}!\n"
response = GreetResponse(greeting=f"Hello, {request.name}!")
response = GreetResponse(greeting=greeting)
Copy link
Contributor

Choose a reason for hiding this comment

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

@anuraaga - I think this was a small bug. Did I fix it correctly?

@jrinehart-buf
Copy link
Contributor

jrinehart-buf commented Jan 22, 2026

@anuraaga - I've added a commit with minor copy fixes and what I think is a correction in a streaming example. If that all looks good, this is good to go. A Vercel preview has been deployed.

@anuraaga
Copy link
Contributor Author

Thanks a lot for the fixes @jrinehart-buf!

@anuraaga anuraaga merged commit c751368 into connectrpc:main Jan 23, 2026
4 checks passed
@jrinehart-buf
Copy link
Contributor

No problem @anuraaga , thanks for the contributions!

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