Hi all
so a serious noob, (just putting it out there ;))
Busy teaching myself some technologies, at this point it’s golang and Kafka working together.
I’ve written a app to that reads a text file, then packages the messages (lines) into Protobuf serialised format and then publishes them onto a Kafka topic.
I’d like to bring Schema Registry into the mix. does anyone have a link to a how to ?
thinking… how do I register my protobuf format into schema registry (running the cp_all_in_one) deployment on my laptop.
what code do I then add to my go app which then enforces the messages posted on the topic to be “checked” against the registered schema registry rule.
G