Internal : End of stream errors encountered on client side, compatibility with grpc-netty-shaded - 4.1.100.Final
26 views
Skip to first unread message
Mohit Nandargi
unread,
Oct 7, 2025, 10:57:45 AM (11 days ago) Oct 7
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi team, We're encountering an 'INTERNAL: Encountered end-of-stream mid-frame' error on our gRPC client. Our setup details are: gRPC Version: 1.60.1 Netty: grpc-netty-shaded bundling Netty 4.1.100.Final Client Stub: blockingStub I'm aware of the known gRPC-Java issues with Netty 4.1.111.Final that were subsequently fixed in gRPC 1.65.0+. My core question is: Could this 'end-of-stream mid-frame' error be indicative of an underlying gRPC-Java/Netty incompatibility or bug in version 1.60.1 (even with Netty 4.1.100.Final), or is it more likely a symptom of genuine network issues like packet loss on the client side?
Any insights into the most probable causes would be greatly appreciated! Thank you!