vmware-archive / kubeless

Kubernetes Native Serverless Framework
https://kubeless.io
Apache License 2.0
6.86k stars 754 forks source link

Adapt function contract with CloudEvents v0.1 #711

Open andresmgot opened 6 years ago

andresmgot commented 6 years ago

Is this a BUG REPORT or FEATURE REQUEST?:

Feature request

What happened:

CloudEvents has released the first version of the CloudEvents specification. We will need some minor changes in order to adapt it to the latest release.

https://github.com/cloudevents/spec/tree/v0.1

sebgoa commented 6 years ago

I think @deissnerk wanted to take that one

deissnerk commented 6 years ago

@sebgoa That's right. I might need some help, because it seems to touch the kafka and the nats.io trigger. I suggest to introduce a struct for CloudEvents that could show up in function signatures. I'll contact @andresmgot, when I need to align.

andresmgot commented 6 years ago

sure, happy to help with anything needed