Building Microservices with Go: 14. gRPC Client Connections

preview_player
Показать описание
In this episode we take a quick look at how you can connect to gRPC services in Go.

Protocol Buffers Enum Specification:

gRPC Creating gRPC Clients:

Hire my buddy Ivan:

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
Рекомендации по теме
Комментарии
Автор

I'm so appreciative that you've kept up with this. It's been such a great series.

loganwright
Автор

Hey Nic, I can't express how grateful I am for your tutorials. Thank you!

gaspiman
Автор

Always like the sound, thanks Nic once again

bolajiolumide
Автор

Can't thank you enough for such a great series!!

ashrafuzzamannoor
Автор

thank you very for the tutorials i got a self confidence because of it

abdorootuae
Автор

getting this now, it's s helpful.Thanks Nic

antonynduhiu
Автор

Hi Nic, thanks for this great series. I just wanted to clarify one thing here, as the product-api uses protobuf from the currency service, isn't that we may have to create a separate definition for protos using protoc for product-api as these services will be running in isolated containers. I see here you are using the same protos definition from currency service.

rexey
Автор

Thank you for using grpc client inside http web server

buacomgiadinh
Автор

hi nic, this video most valuable for me, please make video on protecting services with jwt authentication in java lang.
i mean to say, without login on one can access our services.

anandpratapsingh