You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
Right now, the Event Gateway appears to only allow for path and method filtering in the case of an http Event (at least that is how I read the specification now). However, it seems these are filtering options which could be leveraged for all events.
This is because data on how the Gateway receives the Event is accessible regardless of the Event, and without deserialization of the core data. The path, method, and possibly event name (if it's included in a header or recognized as an HTTP event) are all known at the time of ingestion.
If the Event Gateway can offer a singular experience for all Events, the user experience is much better since happenstances lead to accidental surprises and complexity. Plus, it seems path and method filtering can work for all Events and add value to all of them.
The text was updated successfully, but these errors were encountered:
austencollins
changed the title
Are Path & Method Filters Available For All Events/Subscriptions?
Filters: Are Path & Method Filters Available For All Events/Subscriptions?
Jul 23, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, the Event Gateway appears to only allow for
path
andmethod
filtering in the case of anhttp
Event (at least that is how I read the specification now). However, it seems these are filtering options which could be leveraged for all events.This is because data on how the Gateway receives the Event is accessible regardless of the Event, and without deserialization of the core data. The
path
,method
, and possibly eventname
(if it's included in a header or recognized as an HTTP event) are all known at the time of ingestion.If the Event Gateway can offer a singular experience for all Events, the user experience is much better since happenstances lead to accidental surprises and complexity. Plus, it seems
path
andmethod
filtering can work for all Events and add value to all of them.The text was updated successfully, but these errors were encountered: