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

Cloud Event media type problem: "cloudevents+json" #345

Closed
FabrizioMoggio opened this issue Nov 28, 2024 · 3 comments
Closed

Cloud Event media type problem: "cloudevents+json" #345

FabrizioMoggio opened this issue Nov 28, 2024 · 3 comments
Labels
correction correction in documentation

Comments

@FabrizioMoggio
Copy link
Collaborator

Problem description
in the template for Cloud Event (https://github.com/camaraproject/Commonalities/blob/main/artifacts/notification-as-cloud-event.yaml) it is defined in line 81: "application/cloudevents+json".

This media type is not included in the list of standard media-type: https://www.iana.org/assignments/media-types/media-types.xhtml

Expected behavior
modify line 81 as "application/json"

Additional context
https://cloud.google.com/eventarc/docs/cloudevents-json

@FabrizioMoggio FabrizioMoggio added the correction correction in documentation label Nov 28, 2024
@patrice-conil
Copy link
Collaborator

Hi @FabrizioMoggio,
It was defined as specified in cloudevents http binding.
Do you have any problem to handle it ? It's used by framework that manage cloudevents like cloudevents/sdk-java.

@rartych
Copy link
Collaborator

rartych commented Nov 28, 2024

The issue was discussed previously:
#43 (comment)

@FabrizioMoggio
Copy link
Collaborator Author

Got it, we can manage it.

FabrizioMoggio added a commit to FabrizioMoggio/EdgeCloud that referenced this issue Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
correction correction in documentation
Projects
None yet
Development

No branches or pull requests

3 participants