Skip to content

SubscribeDynamicConfigResponse

Purpose

Response to a SubscribeDynamicConfigRequest.

Type

Reception:

SubscribeDynamicConfigResponseV1

Records with fields:

The key of the dynamic configuration value the subscriber wants to subscribe to in the dynamic configuration KV-store.

The success of the operation, indicating that the subscription succeeded or failed.

The wall clock time of the moment that the subscriber was subscribed to this dynamic configuration value.

Triggers

Behavior

Subscribes to a key from the dynamic configuration KV-store, to monitor value changes.

Message Flow

sequenceDiagram

%% --8<-- [start:sequence]
Any Local Engine ->>+ Dynamic Config Engine: SubscribeDynamicConfigRequest
Dynamic Config Engine -->>- Any Local Engine: SubscribeDynamicConfigResponse
%% --8<-- [end:sequence]