Logbook 2022-29
Projects Cloud Events cloudevents.io is somehow what AsyncAPI is for an API. You might even use them together under certain circumstances. It specifies a common format for event data. Most of the messaging tools come with their own protocol. This makes interoperability challenging. Cloud events creates one specification wrapping the protocol specifics in an envelop like fashion. This way event handling code can remain independent from a specific messaging protocol. It specify both binary and non-binary messages Supporting specifications contain AMQP,Kafka, MQTT, WebSockets,Avro,Protobuf and many more SDKs are currently available for Go, JavaScript, Java, C#, Ruby, PHP, PowerShell, Rust, and Python....