Static Configuration Engine¶
Purpose¶
The Static Configuration Engine stores static configuration of the node that may not be change by other engines at runtime.
State¶
Messages Received¶
GetStaticConfigRequest¶
Find a static configuration by its key in the static configuration KV-store and return it.
Reception:
Records with fields:
Config Key
: ConfigurationKeyV1
Key that maps to the requested static configuration value in the static configuration KV-store.
Triggers
Records with fields:
Config Key
: ConfigurationKeyV1
Key that maps to the requested static configuration value in the static configuration KV-store.
Config Value
: ConfigurationValueV1
The requested static configuration value.
Notifications Sent¶
Message Flow¶
sequenceDiagram
User ->>+ Static Config Engine: GetStaticConfigRequest
Static Config Engine -->>- User: GetStaticConfigResponse