Skip to main content

Buffer Operator

The buffer operator collects all events that happens in between watermarks and stores them in a temporary tree. This is useful if a row is updated where no values are changed and you do not wish it to be propogated to the rest of the stream.

The buffer operator has no properties.

Metrics

The Buffer Operator has the following metrics:

Metric NameTypeDescription
busyGaugeValue 0-1 on how busy the operator is.
backpressureGaugeValue 0-1 on how much backpressure the operator has.
healthGaugeValue 0 or 1, if the operator is healthy or not.
eventsCounterHow many events that the operator outputs.