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

post_schema example documentation

j-halbert opened this issue · comments

SuppliedSchema is referenced in the example for using post_schema in the README.md, but the example doesn't show how it is brought into scope like it does for post_schema function.

Creating a pull request for this issue that addresses this.

fixed by #17, thanks