Skip to content

GetDynamicConfigRequest

Purpose

Find a dynamic configuration by its key in the dynamic configuration KV-store and return the value.

Type

Reception:

GetDynamicConfigRequestV1

Records with fields:

The key that maps to the requested dynamic configuration value in the dynamic configuration KV-store.

Triggers

GetDynamicConfigResponseV1

Records with fields:

The key that maps to the requested dynamic configuration value in the dynamic configuration KV-store.

The requested dynamic configuration value.

Behavior

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

Message Flow

sequenceDiagram

%% --8<-- [start:sequence]
Any Local Engine ->>+ Dynamic Config Engine: GetDynamicConfigRequest
Dynamic Config Engine -->>- Any Local Engine: GetDynamicConfigResponse
%% --8<-- [end:sequence]