Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tantalor
10 months ago
|
parent
|
context
|
favorite
| on:
gRPC: The Bad Parts
RPC/proto is for transport.
Required/validation is for application.
returningfory2
10 months ago
[–]
If that's true, why have types in proto at all? Shouldn't everything be an "any" type at the transport layer, and the application can validate the types are correct?
usrnm
10 months ago
|
parent
[–]
Different types can and do use different encodings
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Required/validation is for application.