megaease / easemesh

A service mesh implementation for connecting, control, and observe services in spring-cloud.
https://megaease.com/easemesh
Apache License 2.0
507 stars 61 forks source link

Supporting mockup service discovery #54

Closed haoel closed 2 years ago

haoel commented 3 years ago

This requirement comes from the performance test.

Sometimes, in a performance test environment, there are some services that cannot be tested, such as the external service, or SMS or email service. For those services, we need to mock them up.

With the Easegress mock feature , we can easy to set up the mock service with some mocked APIs, so we can make sure the test can be smoothly run.

benja-wu commented 2 years ago

Already merged.