• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by @rohitk


06 Jul, 2024

Updated at 27 Dec, 2024

How to mock a running microservice program?

I have a running microservice program, and I want to intercept all the requests it sends to downstream services without modifying the code, and return the given data to better test it. Are there any corresponding tools that can do this?