Cloud
inproc
inputs:
label: ""
inproc: ""
Directly connect to an output within a Redpanda Connect process by referencing it by a chosen 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?