Service - Message Config Manager: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(Created page with "= Overview = Maintians a record of the configuration for every message from every service in the project. = Repository = https://bitbucket.org/stb_working/message-config-ma...")
 
No edit summary
Line 7: Line 7:
https://bitbucket.org/stb_working/message-config-manager/src/master/
https://bitbucket.org/stb_working/message-config-manager/src/master/


= DynamoDB tables =
== [[Standard Config Table Per Service]] ==
=== Configuration tags ===
; configKey = ''serviceName{reconfirm name}'', configTag = {service name}, configValue = {empty}
== MsgCfg ==
=== Fields ===
; configKey = ''msgCfg'', configTag = {service name}_{msgTag}
: see [[Standard MsgIn MsgOut message config]]
; serviceName {reconfirm name}
: (partition key)
; msgTag
: (sort key)
; msgCfg
: object containing the full msgCfg


[[Category:Backend services| Message Config Manager]]
[[Category:Backend services| Message Config Manager]]

Revision as of 04:02, 8 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{reconfirm name}, configTag = {service name}, configValue = {empty}

MsgCfg

Fields

configKey = msgCfg, configTag = {service name}_{msgTag}
see Standard MsgIn MsgOut message config
serviceName {reconfirm name}
(partition key)
msgTag
(sort key)
msgCfg
object containing the full msgCfg