open-wa / wa-automate-nodejs

💬 🤖 The most reliable tool for chatbots with advanced features. Be sure to 🌟 this repository for updates!
https://docs.openwa.dev/
Other
3.14k stars 600 forks source link

V5: Migrate all events to cloud events based standards #2702

Open smashah opened 2 years ago

smashah commented 2 years ago

https://cloudevents.io/

rizwan92 commented 2 years ago

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

smashah commented 2 years ago

@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 commented 2 years ago

You can see the standardized specification here

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