convoy
convoy copied to clipboard
add: eventId in ingest response
This provides a parital fix to #1931
the ingest response now contains eventId param, which can be used to:
- Inspect the workers to see what has happened with event
- use in event api to see the past dispatches
Additional logging are added to filters, to see when an event didn't matched body/header filters.
Logging also have event-id keyword in JSON dict, to filter the logs out
Hey @codeasashu,
Did this change work for your usecase? We're do some re-architecting and would be moving code around, I'll keep this open and add the changes when I get around to working on it.
Yes, it's not complete but it does work and seems like the way forward. I'd like to rebase at later point once I am done, if thats okay with you?
Sure, that's fine. Thanks