~bigbes/tarantool-protobuf: 7ae72311

docs(readme): vendoring an upstream .proto schema

Consumers vendoring upstream protos (etcd, prometheus, pprof, …) hit
annotation-import resolution that protoc-gen-tarantool can't fix on
its own — mainline protoc rejects files with unresolved imports like
versionpb / google.api / gogoproto. Document the standard workaround:
strip the offending imports + their attached options, optionally
rewrite cross-package imports to a flat layout, then run protoc.

Reference implementation: tarantool-etcd's proto/_strip_annotations.py.

Eugene Blikh <bigbes@gmail.com> — 2026-05-17 04:23:47 UTC

Commit 7ae72311d3e4722ba8a95acb95c60c0496b6cb75view raw patch

Parent(s): 14e19819

1 changed file(s)

FileStatus+
README.md M +44