October 2018
Intermediate to advanced
272 pages
8h 38m
English
This chapter covers
Consuming a microservice can mean many things to many people. Clients of a microservice could be scripts, web pages, other microservices, or pretty much anything that can make HTTP requests. If we covered them all, this chapter would be a whole book by itself!
Developing a microservice is interesting, but it doesn’t get you far until you introduce many microservices interacting with each other. To enable two services to interact with each other, you need a method by which one service can call another.
This chapter provides examples focused on one microservice consuming another with Java-based libraries, but the ...
Read now
Unlock full access