Proxy(Wiremock) for Feign Client

331 Views Asked by At

We are using feign client for communication between our microservices.

We would like to have the possibility to record and mock communication between our backend and some external middle tier services. - That would be for our remote servers not for tests.

Is there such a possibility or you guys have some different ideas?

0

There are 0 best solutions below