Module control

Module control 

Source
Expand description

Topology gates, orchestration decisions and application configuration.

ControlConfiguration is read only by config-system and the topology builder, not by components. It carries pipeline activation gates, topology-shaping decisions, listen addresses, logging (read before topology exists), bootstrap IPC parameters, and process-lifecycle knobs.

Structsยง

ControlConfiguration
Topology gates and orchestration decisions. Static for the process lifetime.
ControlIpc
Bootstrap IPC and remote-agent connection parameters, read before runtime authority exists.
ListenAddress
A network listen address (for example, tcp://127.0.0.1:5000, unix:///var/run/dsd.sock).
Logging
Logging configuration, read before runtime authority exists.