Comment
Interesting takes on microservices
How do developers work on their code, given that running 1,600 microservices is not going to work on a laptop? “You are running a subset,” said Heath. “We have an RPC filter that can detect you are trying to send a request to a downstream that isn’t currently running, it can compile it, start it, and then send the request to it.”