Skip to main content

Blackhole Sink

A Blackhole sink is where the output is drained without writing to any sink, it is to emulate /dev/null.

spec:
vertices:
- name: output
sink:
blackhole: {}

NOTE: The previous vertex should ideally be not forwarding the message to make it more efficient to avoid network latency.