fan server
fan server
The fan server binding behaves as an fan-in
and fan-out
server
. The server
kind fan
binding performs fan-in of data on all inbound network streams, grouping them into a single application stream. Then data received from the application stream is fanned-out to all network streams in the group.
fan_server:
type: fan
kind: server
exit: echo_server
Configuration (* required)
exit
string
Default exit binding. When the exit
is an echo
server binding, the combination reflects all inbound data from each client to all clients.
exit: echo_server
telemetry
object
Defines the desired telemetry for the binding.
telemetry.metrics
array
Telemetry metrics to track
telemetry:
metrics:
- stream.*