You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a REST CRUD service with Zilla I'd like to convert the request and response JSON to AVRO and back. The request to AVRO works fine, but the response to JSON not looking good. During the serialization of the object Zilla include type information as sub fields into the JSON.
@ttimot24 I have tried to replicate your use case based on your zilla.yaml config by adapting the http.kafka.karapace example. I attached a zip of the setup that properly converts json to avro and back. You will find the steps to reproduce my findings in the README.md. Let me know if this unblocks you or Identifies what was causing the issue.
Describe the bug
When I create a REST CRUD service with Zilla I'd like to convert the request and response JSON to AVRO and back. The request to AVRO works fine, but the response to JSON not looking good. During the serialization of the object Zilla include type information as sub fields into the JSON.
To Reproduce
Expected behavior
When I set AVRO to JSON conversion do not include the type information.
Zilla Environment:
Latest Zilla version
Kafka Environment:
Client Environment:
The text was updated successfully, but these errors were encountered: