A
A
Alexander Vladimirovich2019-05-20 12:22:01
go
Alexander Vladimirovich, 2019-05-20 12:22:01

How are two microservices connected via GRPC?

Greetings!
There are two microservices on GOKIT.
Look outside on GRPC.
One must call procedures from the other via GRPC.
How to implement it correctly and by what means of GO?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Kitaev, 2019-05-20
@deliro

Ok google "gRPC" -> grpc.io -> Get Started

T
triopsidae, 2019-05-20
@triopsidae

How to implement it correctly and by what means of GO?

gRPC library for Go: Go Doc
A Route must be given as in this example: Route Guide
And with an http request the service must be invoked.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question