GetStaticConfigResponse¶
Purpose¶
After find a static configuration by its key in the static configuration KV-store and return the corresponding key-value pair.
Type¶
Reception:
Records with fields:
Config Key
: ConfigurationKeyV1
Key that maps to the requested static configuration value in the static configuration KV-store.
Triggers
Records with fields:
Config Key
: ConfigurationKeyV1
Key that maps to the requested static configuration value in the static configuration KV-store.
Config Value
: ConfigurationValueV1
The requested static configuration value.
Behavior¶
Performs the requested search operation in the static configurations KV-store and returns the value.
Message Flow¶
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ Static Config Engine: GetStaticConfigRequest
Static Config Engine -->>- Any Local Engine: GetStaticConfigResponse
%% --8<-- [end:sequence]