S-mishina / flexiblemockserver

This is a mock server used to verify the operation of service mesh tools. Service mesh tools refer to Istio, Linkerd, and Kuma.
0 stars 0 forks source link

Implement Reverse Proxy Functionality with Custom Responses for FlexibleMockServer #19

Open S-mishina opened 1 month ago

S-mishina commented 1 month ago

existing state

Currently, it only functions as a single API mock server.

change state

If the communication path is as follows:

Client -> A service -> B service

In my use case, I want the A service (flexiblemockserver) to forward the request to the B service and return a constant response to the client. This allows me to test scenarios such as Istio timeouts and retry functions.

S-mishina commented 4 weeks ago

[MEMO] In this case, the A Service should obtain the results of the B Service as they are.