Event Cloud

Event Formats specify how to serialize a CloudEvent with certain encoding formats. Compliant CloudEvents implementations that support those encodings must adhere to the encoding rules specified in the respective event format. All implementations must support the JSON format.

Attributes

Every CloudEvent conforming to this specification MUST include context attributes designated as REQUIRED, MAY include one or more OPTIONAL context attributes and MAY include one or more extension attributes.

Enabling Cloud Events in MSF

By default, command ingester in MSF can process both GenericCommand/GenericEvent and CloudEvent as input.

However, outbox processor application in MSF produces only GenericEvent by default.

To produce cloud events from a microservice application, the following properties should be set for the corresponding inbox-outbox processor application.

Property

Possible values

Description

Data type

Default value

temn.msf.ingest.is.cloud.event

true / false

To produce events as per cloud event specification

String

false

temn.msf.ingest.cloud.event.serialize

true / false

To encode cloud event data in BASE64 format

String

false

Cloud Events Schema

The following are the json files:

Sample JSON Files

The following are the sample json files:

References

You can refer the following reference links for more information:

Copyright © 2020- Temenos Headquarters SA

Published on :
Wednesday, October 12, 2022 6:49:17 PM IST

Feedback
x