Process boundary deployments¶
The two deployment shapes the framework supports, sharing one envelope
contract. This cluster :satisfies: Connector framework (FEAT_0030).
The framework supports two deployment shapes — gateway as an in-process tokio task or as a separate gateway binary — using the same envelope contract on both sides. |
The framework shall use the same |
The framework shall support running the gateway as a tokio task spawned
by |
The framework shall support running the gateway as a self-contained binary in its own OS process, communicating with the plugin only through iceoryx2 shared memory. |
Both the plugin host and a separate gateway binary shall return cleanly
from |
The framework shall not introduce envelopes carrying control-plane
semantics (“ping”, “version”, “shutdown handshake”) on the SHM channel.
Health is observed via |