-
Notifications
You must be signed in to change notification settings - Fork 49
Non-GRPC API #3972
Copy link
Copy link
Open
Labels
I3Minimal impactMinimal impactS1Highly significantHighly significantU4Nothing urgentNothing urgentdiscussionOpen discussion of some problemOpen discussion of some problemperformanceMore of something per secondMore of something per second
Metadata
Metadata
Assignees
Labels
I3Minimal impactMinimal impactS1Highly significantHighly significantU4Nothing urgentNothing urgentdiscussionOpen discussion of some problemOpen discussion of some problemperformanceMore of something per secondMore of something per second
Is your feature request related to a problem? Please describe.
I'm always frustrated when we can't transfer data fast enough. Maybe custom codecs and binary dances can get us to the level we need, but it's not yet obvious.
Describe the solution you'd like
Consider some APIs that are not GRPC-based. We technically can have HTTP2 directly served from the same interface. We can transfer protobuf things for regular HTTP requests as an easy option.
Describe alternatives you've considered
QUIC?
Additional context
grpc/grpc-dotnet#1186
grpc/grpc-dotnet#1944
https://ops.tips/blog/sending-files-via-grpc/