Tag: discoveryclient

  • How to talk to services in a service registry in Spring Boot?

    In this post we saw how to set up a service registry in Spring Boot. You can register all your microservices in a single service registry which will make it easier for each microservice to communicate with each other. In this post let’s see how to do the communication part. How can a microservice discover…