Service Discovery in GRPC
I’m trying to create a system architecture. The system has two services, an orchestrator and a handler. They are both servers, but also both clients to each other. The handler listens for events, which are basically instructions to invoke a function. The orchestrator listens for requests to invoke a graph of nodes, each of which will communicate with a the handler service to invoke some function, then the orchestrator will continue.