From a119a3b23d4b6e2e737ebbf3da2e19795e447f67 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Thu, 26 Jan 2017 15:23:15 -0800 Subject: [PATCH] Updated Roadmap and Milestones for future releases (markdown) --- Roadmap-and-Milestones-for-future-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roadmap-and-Milestones-for-future-releases.md b/Roadmap-and-Milestones-for-future-releases.md index 99c620d..df9591c 100644 --- a/Roadmap-and-Milestones-for-future-releases.md +++ b/Roadmap-and-Milestones-for-future-releases.md @@ -35,7 +35,7 @@ Related to Caos-Monkey, etc. - Production-Ready Cloud application with Resilient microservices' design and implementation - Resilient synchronous HTTP communication with retry-loops with exponential backup/circuit breakers to avoid DDoS initiated from clients - - Gracefully shutting down a microservice instance - Implemented as an ASP.NET Core middleware in the ASP.NET Core pipeline. Drain in-flight requests before stopping the microservice/container process. + - Gracefully stopping or shutting down microservice instances - Implemented as an ASP.NET Core middleware in the ASP.NET Core pipeline. Drain in-flight requests before stopping the microservice/container process. - Implement messaging communication to ensure Commands/Updates' communication success, using queues, etc. plus providing better scalability capabilities. - Encrypt secrets at configuration files (like in docker-compose.yml). Multiple possibilites, Azure Key Vault or using simple Certificates at container level, etc. - Encrypt communication with SSL (related to the specific cloud infrastructure being used)