0 votes
in Service Discovery by
How can you access RESTful Microservices?

1 Answer

0 votes
by
Considering the microservice architecture concept, each microservice needs to have an interface. Based on the principles of open networking of the Web, RESTful APIs provide the most logical model for building interfaces between the various components of the microservices architecture. RESTful APIs can be accessed in two ways:

Using a REST Template that is load balanced.

I am using multiple microservices.

Related questions

+1 vote
asked Dec 20, 2019 in Service Discovery by sharadyadav1986
0 votes
asked Dec 20, 2019 in Service Discovery by sharadyadav1986
...