From e08f90695775a9a420f6eb953eb1ed1ee6e2ca5d Mon Sep 17 00:00:00 2001 From: Brusk Hamarash Date: Sun, 3 Oct 2021 04:31:36 +0300 Subject: [PATCH] Adds placeholders for DevOps Requirements sections --- Software-Development/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Software-Development/README.md b/Software-Development/README.md index 130bd34..0c85e5a 100644 --- a/Software-Development/README.md +++ b/Software-Development/README.md @@ -367,7 +367,11 @@ Using RabbitMQ's queues is considered to be a safe option by itself as it achiev When using Kafka as a message broker, make sure that consumers of the same application receive the same consumer-group-id so that only one instance of the consumers can receive the message, as opposed to all of them. +### DevOps Requirements +#### Health Check + +#### Status ## Software Application Specifications