"inf" Sink
caution
This sink is deprecated.
The inf
sink is a no-op and since it's not required anymore for a pipeline to have a connected sink, there is no need for this.
An infinite data sink. Every pipeline metadata frame is dropped.
Examples
REST API
Create Sink:
{
"type": "inf"
}
Configuration File
Sample:
sinks:
- type: inf