gklijs / schema_registry_converter

A crate to convert bytes to something more useable and the other way around in a way Compatible with the Confluent Schema Registry. Supporting Avro, Protobuf, Json schema, and both async and blocking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confluent Schema Registry needs a "schema" element as a string

kitsuneninetails opened this issue · comments

The confluent schema registry takes a single "schema" element which contains the escaped JSON string of the schema.

Fix proposed in upcoming PR.