We're using protocol buffers primarily as the schemas in a schema registry.
For most of our components including a given version of schema as a library import makes sense. However for a handful of our components (specifically our data lake loading components) it would be advantageous to load assets dynamically. I'm reasonably sure that there is a way to do so, but the methods are eluding me in the go library. In terms of loading data, we don't really care about the schema of the data other than validating that it conforms to the given schema. Can someone elaborate if it's possible to dynamically load a proto / pb.go file rather than importing the generated assets? Thanks! -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/7ebc8ddc-7b16-4255-9a19-4e789575785bn%40googlegroups.com.
