-
Notifications
You must be signed in to change notification settings - Fork 586
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
Proper use of cloudevents avro schema with arrays #1203
Comments
Not that this helps you right now but I believe it's this type of concern that has resulted in @alexec starting work on a modified Avro format. Ref: GH-1197 Note: As it currently stands that proposal only allows for byte[] as a data payload - if you see that as an issue now would be a good time to flag that. |
This issue is stale because it has been open for 30 days with no |
@SamlRx does https://github.com/cloudevents/spec/blob/main/cloudevents/working-drafts/avro-compact-format.md help ? @alexec any comments? |
This issue is stale because it has been open for 30 days with no |
@SamlRx I'm going to suggest we close this since I'm not getting a response to the questions. Please let us know if this problem still exists since the other PR was merged. |
Agreed on the 9/21 call to close this issue. If someone would like to reopen it and push it forward please let us know. |
We're trying to serialize objects that contain a list of ids contained in an array and I'm having a problem serializing this object using this avro schema (https://github.com/cloudevents/spec/blob/main/cloudevents/formats/cloudevents.avsc)
The message below seems to conform to the schema but the "observer_ids" part seems a bit counter-intuitive to write:
Is there a proper way to write an array directly into an Avro message using the schema above?
The text was updated successfully, but these errors were encountered: