Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make generated proto filename unique. (#3351)
According to https://protobuf.dev/reference/go/faq/#namespace-conflict: Starting with v1.26.0 of the google.golang.org/protobuf module, a hard error will be reported when a Go program starts up that has multiple conflicting protobuf names linked into it. The above causes errors when linking generated code from multiple services with identical names.
- Loading branch information