wa-automate-nodejs icon indicating copy to clipboard operation
wa-automate-nodejs copied to clipboard

V5: Migrate all events to cloud events based standards

Open smashah opened this issue 2 years ago • 3 comments

https://cloudevents.io/

smashah avatar May 12 '22 14:05 smashah

What is cloud events in general and how does it helps developer?

rizwan92 avatar May 21 '22 02:05 rizwan92

@rizwan92 it's a standardized way of emitting events of various modes of transport (http, mqtt, socket, Kafka, etc)

I wanted to build all these transports into open-wa but thankfully most of the work is already done by the cloudevents team

smashah avatar May 21 '22 04:05 smashah

You can see the standardized specification here

https://github.com/cloudevents/spec/blob/v1.0.1/spec.md

smashah avatar May 21 '22 04:05 smashah