Skip to content

Instantly share code, notes, and snippets.

@michaldabrowski
Last active June 27, 2017 12:32
Show Gist options
  • Save michaldabrowski/5630ab26318f98e4757afa5fac872576 to your computer and use it in GitHub Desktop.
Save michaldabrowski/5630ab26318f98e4757afa5fac872576 to your computer and use it in GitHub Desktop.

Quick reminder

Why RPC:

  • interoperable
  • efficient
  • now more readable & simpler (versus CORBA, DCOM, RMI, SOAP) - gRPC
  • can model operations that are not expressible by REST

Internal RPC in Google:

  • Stubby (O(10^10) RPC per second)

gRPC with Spring example

2017.06 - no official support for gRPC in Spring

There are a couple of spring boot starter impls on Github (2017-06):

grpc

My example: https://github.com/michaldabrowski/grpc-spring-boot-example

Sources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment