From f8d7ac1578cf93b85109035008c79976c3287588 Mon Sep 17 00:00:00 2001 From: David Sanz Date: Tue, 28 Mar 2017 12:16:30 +0200 Subject: [PATCH] Updated 01. Roadmap and Milestones for future releases (markdown) --- 01.-Roadmap-and-Milestones-for-future-releases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/01.-Roadmap-and-Milestones-for-future-releases.md b/01.-Roadmap-and-Milestones-for-future-releases.md index 55b066d..1f6d78f 100644 --- a/01.-Roadmap-and-Milestones-for-future-releases.md +++ b/01.-Roadmap-and-Milestones-for-future-releases.md @@ -65,6 +65,8 @@ We should probably implement Domain Events when implementing the SAGA example pl - Use a new Health Check Library (Preview) to be provided by the .NET Team. That library provided by the .NET team will provide: A model of healthcheckresults, A Middleware to return ok/bad, A polling service calling the healthchek service and publishing results (open/pluggable to orchestrators, App Insights, etc.) Our task here will be to use that new lib. +- Create a building block to handle Idempotency in a generic way ([Issue 143](https://github.com/dotnet/eShopOnContainers/issues/143)) + - Topics to Review and document: - API versioning Management for microservices. Techniques and things to have into account Related to Chaos Monkey, etc. - Solid API contracts (based probably on Swagger, but interoperable with any language and explicit per paramater)