golang / protobuf

Go support for Google's protocol buffers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to merge all proto files in single file

nmiculinic opened this issue · comments

I couldn't find a good way to do it. Basically I want to merge/resolve all imports of https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/trace/v1/trace.proto for usage within clickhouse:

https://clickhouse.com/docs/en/interfaces/formats#protobuf

since I'm not sure whether import/search paths are supported

This sounds like a question for the Protobuf project, not the Go Protobuf implementation specifically.

Could you ask this question over at https://github.com/protocolbuffers/protobuf/issues please? (Or maybe it’s more of a question for Clickhouse support?)