Cloud Events is a standardization project that aims to simplify communication between systems and companies with a common way of subscribing to events.
- Cloud Events is a project that aims to standardize event data formats and protocols
- It includes SDKs for different languages and transports like HTTP, MQP, MQTT, Kafka, and NUTS
- The project includes specifications for discovery, subscription, and schema registry APIs
- The discovery API allows dynamic querying of producers and sources to understand emitted events
- The subscription API enables automation of event subscriptions
- The schema registry defines how to consume and publish schemas publicly or privately
- Cloud Events has the potential to simplify communication between systems and companies with a common way of subscribing to events
Cloud Events can be used to link events from different companies and simplify communication between them. For example, an aggregator in Company A can link events from Company B and expose them to internal consumers without them needing to know about the connection between the two companies.