inproc
# Config fields, showing default values
output:
label: ""
inproc: ""
yml
Sends data directly to Redpanda Connect inputs by connecting to a unique ID.
It is possible to connect multiple inputs to the same inproc ID, resulting in messages dispatching in a round-robin fashion to connected inputs. However, only one output can assume an inproc ID, and will replace existing outputs if a collision occurs.
Was this helpful?