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
Currently messages are just byte-arrays. This the lowest common-denominator, but means that dataflow can't infer useful information about messages.
Use case for meta-data include:
What sources already provide:
Cloud-events provides a formal specification:
{ "specversion" : "1.0", "type" : "com.github.pull_request.opened", "source" : "https://github.com/cloudevents/spec/pull", "subject" : "123", "id" : "A234-1234-1234", "time" : "2018-04-05T17:31:00Z", "comexampleextension1" : "value", "comexampleothervalue" : 5, "datacontenttype" : "text/xml", "data" : "<much wow=\"xml\"/>" }
The text was updated successfully, but these errors were encountered:
feat: Meta-data. Fixes #161
fee4017
feat: Meta-data. Fixes #161 (#314)
3a6e5f0
alexec
Successfully merging a pull request may close this issue.
Currently messages are just byte-arrays. This the lowest common-denominator, but means that dataflow can't infer useful information about messages.
Use case for meta-data include:
What sources already provide:
Cloud-events provides a formal specification:
The text was updated successfully, but these errors were encountered: