Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Support discarding events #127

Open
asnare opened this issue Jul 20, 2016 · 0 comments
Open

Support discarding events #127

asnare opened this issue Jul 20, 2016 · 0 comments
Labels

Comments

@asnare
Copy link
Member

asnare commented Jul 20, 2016

Currently an incoming event is always mapped to an Avro record and passed on to the sink. There are situations, however, where it can make sense to discard the event instead of completing the mapping and forwarding a record to the sinks.

Two trivial use-cases which spring to mind include:

  • Whitelisting domains for which events should be collected.
  • Suppressing legacy event types.

In addition, once pull request #115 is closed this could serve as a workaround in lieu of issue #6.

@asnare asnare added the feature label Jul 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant