Blueprint-uServices / blueprint

Blueprint Microservices Compiler: Flexible and Configurable Open-Source Microservice Benchmark Applications
https://blueprint-uservices.github.io
BSD 3-Clause "New" or "Revised" License
21 stars 5 forks source link

Add Timeouts, LatencyInjector plugins #132

Closed vaastav closed 10 months ago

vaastav commented 11 months ago

Adds a convenience wiring function to add both retries and timeouts.

Adds a LatencyInjector plugin that adds fixed server side latency during request processing.

Implements #119

JonathanMace commented 10 months ago

Looks good to me. Can you summarize the main changes in the merge commit and then go ahead and merge