Skip to content

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:

GetStaticConfigRequestV1

Records with fields:

Key that maps to the requested static configuration value in the static configuration KV-store.

Triggers

GetStaticConfigResponseV1

Records with fields:

Key that maps to the requested static configuration value in the static configuration KV-store.

The requested static configuration value.

Notifications Sent

Message Flow

sequenceDiagram
User ->>+ Static Config Engine: GetStaticConfigRequest
Static Config Engine -->>- User: GetStaticConfigResponse