gRPC
Almost all the internal communication in Impulse between microservices is made using gRPC.
By default, each gRPC server in each of the microservices it is configured to run with the 8083
port, but can be change using the environment variable GRPC_PORT
.
Last updated
Was this helpful?