Consuming Apicurio-Protobuf Serialized Messages using a Confluent consumer #6561
-
Hi, I am registering to an apicurio-registry running 3.0.11. The schema is registered using the v3 API and the apicurio-registry-java-sdk module. Serialization is handled by apicurio-registry-protobuf-serde-kafka. If I have a Confluent consumer, can it consume messages serialized with this schema through the ccompat API? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
As of release 3.0.15 (TBD soon) yes it can! In short, we try to ensure interoperability between the Apicurio and Confluent software ecosystems at both the server (REST API) and client (SerDe) layers. Avro and JSON Schema interoperability have been working fine for quite some time. Recently it was discovered that the Protobuf interoperability was broken (bug). That has been fixed and will be working in the next release to be done early next week. |
Beta Was this translation helpful? Give feedback.
As of release 3.0.15 (TBD soon) yes it can! In short, we try to ensure interoperability between the Apicurio and Confluent software ecosystems at both the server (REST API) and client (SerDe) layers. Avro and JSON Schema interoperability have been working fine for quite some time. Recently it was discovered that the Protobuf interoperability was broken (bug). That has been fixed and will be working in the next release to be done early next week.