-
Notifications
You must be signed in to change notification settings - Fork 160
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
Formatting #338
Comments
Do you mean that the |
@slinkydeveloper - Very sorry for the delay. I have the data field as avro in cloudevent. |
In that case, you need to get the bytes of the data with |
We might add at some point some deserializer similar to the one we have for jackson, but we need the avro module first, as discussed in #115 |
@slinkydeveloper - Thanks! |
Hi,
Could anyone please help me?
I'm using CloudEvent and getting my avro data in byte[] format.
What is the best approach to convery my avro byte[] in json format?
I see CloudEvent sdk-java doesn't support avro and so wondering what options I have?
Thanks in advance!
The text was updated successfully, but these errors were encountered: