Nomad Events and Cloud Events / CD Events

Hi all!

I am working on an the integration of a test suite which is supposed to run against canaries.

The system is composed of many independent components which all have their own deployment mechanisms, so I’m looking at having a consistent vocabulary to connect events to procedures.

For Consul I can encode the event as the payload in the Consul Events API, but Nomad gets a lot more specific:

For most other systems we’re using (Github, Jira, OKD…), I need to translate their webhook payloads to CD Events, but I was wondering if Nomad has any plans to emit CD Events? What would you recommend in my case?

(See Also Cloud Events)

Thanks!