Deserialization fails with ccompat/v7 API when using Apicurio Serializer 3.1.0 #6721
-
|
Hi @EricWittmann, I’m currently retesting the issue reported in #6640 and wanted to clarify the expected behaviour based on my observations below. Steps to Reproduce
Observed Behavior: Could you please confirm whether deserialization using the ccompat/v7 endpoint is expected to be supported in this scenario? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
If you are using Apicurio Serializers/Deserializers you MUST configure them to use the Core API. They do not work with the ccompat API. The ccompat API is only for compatibility with Confluent tools. So any tools that require the Confluent API should be configured to use the ccompat API. |
Beta Was this translation helpful? Give feedback.
If you are using Apicurio Serializers/Deserializers you MUST configure them to use the Core API. They do not work with the ccompat API. The ccompat API is only for compatibility with Confluent tools. So any tools that require the Confluent API should be configured to use the ccompat API.