From b5b64b48311cce23fc39020a15c581f0339fe5e1 Mon Sep 17 00:00:00 2001 From: tycho garen Date: Fri, 16 Jul 2021 13:55:40 -0400 Subject: [PATCH] normalize --- .../adr-069-flexible-node-intitalization.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/architecture/adr-069-flexible-node-intitalization.md b/docs/architecture/adr-069-flexible-node-intitalization.md index 3f5272feb..3c3072f5d 100644 --- a/docs/architecture/adr-069-flexible-node-intitalization.md +++ b/docs/architecture/adr-069-flexible-node-intitalization.md @@ -25,6 +25,34 @@ with regards to how the node instances are started. However, this is indeed the case and the existing dependencies are tangled around supporting these cases. +## Alternative Approaches + +### Do Nothing + +### Generic Service Plugability + +## Decisions + +## Detailed Design + +## Consequences + +### Positive + +### Negative + +### Neutral + +## Open Questions + +### Timing + +### Interface Implications + +## References + +------------------------------------------------------------------------ + ## Observations To prepare for this work [this