Skip to content

GetDynamicConfigResponse

Purpose

Response to a GetDynamicConfigRequestV1.

Type

Reception:

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.

Triggers

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]