Hi - I released `protolock` several months ago, and have had it in production at Fanatics ever since. ProtoBuf based projects at Google, Lyft, Netflix and Salesforce (to my knowledge) have also used it to ensure .proto files are not changed in ways that can break API compatibility. See the repo for installation and usage: https://github.com/nilslice/protolock
`protolock` itself is written in Go, but with the latest release, users can now define their own custom rule checks in plugins. The plugin system works similarly to that of `protoc`, where data is sent to your plugin via stdin and read by `protolock -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
