I have a use case where I need to dynamically read a .proto definition and deserialize a byte array of matching message. I scoured the internet does anyone have a working example. I am writing a kafka plugin that filters messages and uses a schema registry to store and retrieve proto files.
Something like the following:
DeserializeMessage(proto string, bytes byte[]).
Must be in go please.