Building Microservices with Go: 14. gRPC Client Connections
24.2K views on YouTube
In this episode we take a quick look at how you can connect to gRPC services in Go.
Protocol Buffers Enum Specification:
https://developers.google.com/protocol-buffers/docs/reference/proto3-spec#enum_definition
gRPC Creating gRPC Clients:
https://grpc.io/docs/tutorials/basic/go/#client
Source Code: https://github.com/nicholasjackson/building-microservices-youtube/tree/episode_14
Hire my buddy Ivan:
https://nimatel.github.io
Series Content:
Over the weeks we will look at the following topics, teaching you everything you need to know regarding building microservices with the go programming language:
– Introduction to microservices
– RESTFul microservices
– gRPC microservices
– Packaging applications with Docker
– Testing microservice
– Continuous Delivery
– Observability
– Using Kubernetes
– Debugging
– Security
– Asynchronous microservices
– Caching
– Microservice reliability using a Service Mesh