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:
Records with fields:
Config Key
: ConfigurationKeyV1
The key that of the dynamic configuration value that is going to be added to the dynamic configuration KV-store.¶
Config Value
: ConfigurationValueV1
The requested dynamic configuration value.
Triggers
Records with fields:
Config Key
: ConfigurationKeyV1
The key that maps to the added dynamic configuration value in the dynamic configuration KV-store.
Success Operation
: SuccessOperationConfigKVStoreV1
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]