convoy
convoy copied to clipboard
Eliminate event type when pushing events to Convoy.
When pushing events to Convoy, it is required to supply the event_type. This has become unnecessary because
- With our ingesters, we want to receive events from just anybody. This will require us to describe everyone's payload structure to retrieve the event type. This will be too rigid.
- The essence of having the
event_typein the beginning was to enable a decent UI that shows theevent_type. We should replace this with event id E.g.event_89hh89hh98h8h98h - The other reason we had this field specified is so we can filter by it. But since we are build a more robust search, this will still be possible in the future.