Skip to content

SetDynamicConfigRequest

Purpose

Add a dynamic configuration by adding its key and the corresponding value to the dynamic configuration KV-store. If the key already exists, override the value.

Type

Reception:

SetDynamicConfigRequestV1

Records with fields:

The key that of the dynamic configuration value that is going to be added to the dynamic configuration KV-store.

The requested dynamic configuration value.

Triggers

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.

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]