Monday 25 December 2017

Microservices: where is the service client?

Multiple microservices are consuming service A via plan REST HTTP. They all use the same http client code for approaching service A -gets params, invoke http methods. Where would you define/put that client? for example (a) dedicated package they all import - serviceAClient (b) duplicate this code, it's short (c) other ideas?

Submitted December 25, 2017 at 05:14PM by yonatannn

No comments:

Post a Comment