Skip to content

SetDynamicConfigResponse

Purpose

Response to a SetDynamicConfigRequestV1.

Type

Reception:

SetDynamicConfigResponseV1

Records with fields:

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

The success of the operation, indicating that the KV-pair was added successfully or not.

Triggers

Behavior

Adds a dynamic configuration to the dynamic configuration KV-store.

Message Flow

sequenceDiagram

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