From 76f07351de17ab023b8979f8235118ac56983395 Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Fri, 13 Apr 2018 22:22:05 +0100 Subject: [PATCH] Add Issue #188 to vNext (Backlog) --- 01.-Roadmap-and-Milestones-for-future-releases.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/01.-Roadmap-and-Milestones-for-future-releases.md b/01.-Roadmap-and-Milestones-for-future-releases.md index 387d14c..40eb951 100644 --- a/01.-Roadmap-and-Milestones-for-future-releases.md +++ b/01.-Roadmap-and-Milestones-for-future-releases.md @@ -133,6 +133,10 @@ References on Composite UI with microservices: - Add proper handling of Authentication Token lifetime, check [issue #118](https://github.com/dotnet-architecture/eShopOnContainers/issues/118) for details. - Refactor/Improve Polly's resilient code, check [issue #177](https://github.com/dotnet-architecture/eShopOnContainers/issues/177) for details. + +- Add a Jitter strategy to the Retry policy, check [issue #188](https://github.com/dotnet-architecture/eShopOnContainers/issues/188) for details. + + It would probably be a good idea to use the new [HttpClientFactory](https://blogs.msdn.microsoft.com/webdev/2018/04/12/asp-net-core-2-1-0-preview2-now-available/), with Polly integration. ## Sending feedback and pull requests We'd appreciate to your feedback, improvements and ideas.