We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The output given at https://github.com/knative/docs/tree/master/eventing/samples/cronjob-source#verify is not correct. Knative-eventing has adopted cloudevents.io due to which it expects different output.
{ "ID": "1543616460000180552-203", "EventTime": "2018-11-30T22:21:00.000186721Z", "Body": "{"message": "Hello world!"}" }
Host: message-dumper.default.svc.cluster.local Transfer-Encoding: chunked Accept-Encoding: gzip Ce-Cloudeventsversion: 0.1 Ce-Eventid: 9790bf44-914a-4e66-af59-b43c06ccb73b Ce-Eventtime: 2019-03-14T14:28:00.005163309Z Ce-Eventtype: dev.knative.cronjob.event Ce-Source: CronJob ... {"message":"Hello world!"}
Install information:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The output given at https://github.com/knative/docs/tree/master/eventing/samples/cronjob-source#verify is not correct. Knative-eventing has adopted cloudevents.io due to which it expects different output.
Given Behavior
{
"ID": "1543616460000180552-203",
"EventTime": "2018-11-30T22:21:00.000186721Z",
"Body": "{"message": "Hello world!"}"
}
Actual Behavior
Steps to Reproduce the Problem
Install information:
The text was updated successfully, but these errors were encountered: