vmware-archive / eventrouter

A simple introspective kubernetes service that forwards events to a specified sink.
Apache License 2.0
886 stars 252 forks source link

Provide support for CNCF Cloud Events #69

Open tomkerkhove opened 5 years ago

tomkerkhove commented 5 years ago

Are there plans to provide a sink for CNCF Cloud Events?

Given the breath of cloud providers that now support this it would be great to be able to use this as a sink.

rosskukulinski commented 5 years ago

Hi @tomkerkhove. This is the first request we've received to add that as a sink - I don't think we're opposed to adding it but we don't currently have any engineering resources assigned to the projects in heptiolabs. If you or someone else has time, we'd consider a pull request adding that functionality.

tomkerkhove commented 5 years ago

That's fair enough, unfortunately I don't know how to write Go so will have to hope somebody else is capable of adding that!

Thanks for the quick note.

aantn commented 3 years ago

@tomkerkhove what is your use case for this? If it's useful, I have a fork of kubewatch (another project like eventrouter) that sends kubernetes changes as cloud events.

tomkerkhove commented 3 years ago

Use it in other systems such as Azure Event Grid and process the events there. I started with just generic payload but will provide more user-friendly payloads.