Drop all events

Drop all incoming events in the processor

Objective

This filter drops all events from a processing stream.

Uses

There are various uses for this filter such as:

  1. In logistics Ensure that shipment tracking events are accurately recorded in the internal database, while dropping any erroneous or duplicate events from the stream.

  2. In e-commerce Validate that customer transaction events are processed correctly and remove any failed or invalid transactions to maintain accurate sales metrics.

  3. In smart manufacturing Validate event data is being received and processed. Confirm that machine performance data is properly logged, while filtering out irrelevant data points to ensure accurate analytics and reporting.

Example

drop filter: {}

Last updated