-1

Can we use schema registry for json messages and json schemas? Or is it like we have to use avro serialization for value serialization of messages.

Michael Heil
  • 16,250
  • 3
  • 42
  • 77

1 Answers1

1

Confluent schema registry also support JSON schema and Protobuf with the release of Confluent Platform 5.5. It has been announced in this blog.

Michael Heil
  • 16,250
  • 3
  • 42
  • 77