Skip to main content
Version: Next

Drop

The Drop output discards every message it receives without performing any I/O. It is useful for performance benchmarks, dead-end pipelines, and testing.

Configuration

FieldTypeRequiredDefaultDescription
typestringyesFixed value "drop"

The Drop output accepts no other fields; a codec may be attached but is ignored.

Examples

output:
type: "drop"