I would like to utilize protobuf to define schema for a topic.
It is not apparent in documentation the format the protobuf schema function takes, and after reviewing a go test spec for protobuf schema, the test input looks identical to the test input for jsonschema. Can I assume that I should convert my protobufs to jsonschema, and pass the jsonschema string to the protobuf schema function?
Hi,
I would like to utilize protobuf to define schema for a topic.
It is not apparent in documentation the format the protobuf schema function takes, and after reviewing a go test spec for protobuf schema, the test input looks identical to the test input for jsonschema. Can I assume that I should convert my protobufs to jsonschema, and pass the jsonschema string to the protobuf schema function?
Please advise, Thanks