GetDynamicConfigRequest¶
Purpose¶
Find a dynamic configuration by its key in the dynamic configuration KV-store and return the value.
Type¶
Reception:
Records with fields:
Config Key
: ConfigurationKeyV1
The key that maps to the requested dynamic configuration value in the dynamic configuration KV-store.
Triggers
Records with fields:
Config Key
: ConfigurationKeyV1
The key that maps to the requested dynamic configuration value in the dynamic configuration KV-store.
Config Value
: ConfigurationValueV1
The requested dynamic configuration value.
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]