Service - Message Config Manager: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
No edit summary
Line 16: Line 16:


== MsgCfg ==
== MsgCfg ==
* see [[Standard MsgIn MsgOut message config]]


=== Fields ===
=== Fields ===
: see [[Standard MsgIn MsgOut message config]]


; serviceName
; serviceName

Revision as of 01:17, 10 November 2020

Overview

Maintians a record of the configuration for every message from every service in the project.

Repository

https://bitbucket.org/stb_working/message-config-manager/src/master/

DynamoDB tables

Standard Config Table Per Service

Configuration tags

configKey = serviceName, configTag = {service name}, configValue = {empty}

MsgCfg

Fields

serviceName
(partition key)
msgTag
(sort key)
msgCfg
object containing the full msgCfg

Working documents

Working documents - Message Config Manager