A Java geek
  • Me
  • Books
  • Speaking
  • Mentions
  • Focus
  • Newsletters

grpc

A collection of 1 posts
gRPC on the client side
Technical

gRPC on the client side

Most inter-systems communication components that use REST serialize their payload in JSON. As of now, JSON lacks a widely-used schema validation standard: JSON Schema is not widespread. Standard schema validation allows delegating the validation to a third-party library and being done with it. Without one, we must fall back to manual validation in the code. Worse, we must keep the validation code in sync with the schema.

Mar 12, 2023
A Java geek © 2008-2026
v. 9e850e40e817e8a48f19a4a1f54b1a42bff5124b/13498470910
Latest Posts