I am working on setting up the environment for testing the performance of a microservice A.This microservice A has dependency to another micro service B.Both the microservices are registered in JHipster Registry and Rippon client is used for communicating between microservices(A & B).How do I mock the dependent micro service so that I don't need to hit that real microservice B?
Asked
Active
Viewed 647 times