CloudEvents is a protocol independent event definition that aims to make eventing infrastructure more robust by providing a common language for events.
- CloudEvents is an envelope definition that allows for event occurrence independent of protocol choice
- It aims to make routing part of the application configuration rather than a custom event mediator
- CloudEvents is a cost-effective choice for event producers and consumers
- It is a vendor-neutral and open standards project under the CNCF
- The working group is currently working on demo integrations using CloudEvents and other APIs
The speaker explained how choosing an event broker can be a very expensive choice up front, as it gets baked into all layers of the application. CloudEvents aims to provide a cost-effective solution by allowing for a common language for events and making routing part of the application configuration.