camaraproject / EdgeCloud

Repository to describe, develop, document and test the EdgeCloud API family
Apache License 2.0
13 stars 44 forks source link

TI API: Cloud Event notification #283

Open FabrizioMoggio opened 5 days ago

FabrizioMoggio commented 5 days ago

Problem description The TI API is asynchronous, for this reason uses callbacks to notify the API Consumer with the result of the actions. Commonalities defines Cloud Event as the method for doing this. Is the TI API compatible with Cloud Event?

Expected behavior The TI API must use Cloud Event to notify the API Consumer

Additional context First of all we need to verify if we are compatible or not