Skip to content
New issue

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

modify messaging implementors to transmit CloudEvents instead of bytes (i.e., list<u8>) #272

Open
Tracked by #247
danbugs opened this issue Dec 14, 2022 · 0 comments
Assignees
Labels
✨ feature New feature or feature request
Milestone

Comments

@danbugs
Copy link
Collaborator

danbugs commented Dec 14, 2022

Describe the solution you'd like
The event type should be the following:

    record event {
		specversion: string,
		ty: string,
		source: string,
		id: string,
		data: option<list<u8>>,
		datacontenttype: option<string>,
		dataschema: option<string>,
		subject: option<string>,
		time: option<string>,	
		extensions: option<list<tuple<string, string>>>
    }

Additional context
n/a

@danbugs danbugs added the 📐 proposal A concept/proposition, no design work has been done yet label Dec 14, 2022
@danbugs danbugs added this to the End of Year Milestone milestone Dec 14, 2022
@danbugs danbugs added ✨ feature New feature or feature request and removed 📐 proposal A concept/proposition, no design work has been done yet labels Dec 14, 2022
@danbugs danbugs mentioned this issue Dec 14, 2022
8 tasks
@danbugs danbugs self-assigned this Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or feature request
Projects
Status: Todo
Development

No branches or pull requests

1 participant