Skip to content

GetStaticConfigRequest

Purpose

Find a static configuration by its key in the static configuration KV-store and return it.

Type

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.

Behavior

Performs the requested search operation in the static configurations KV-store and returns the value.

Message Flow

sequenceDiagram

%% --8<-- [start:sequence]
User ->>+ Static Config Engine: GetStaticConfigRequest
Static Config Engine -->>- User: GetStaticConfigResponse
%% --8<-- [end:sequence]