SetDynamicConfigResponse¶
Purpose¶
Response to a SetDynamicConfigRequestV1.
Type¶
Reception:
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.
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]