Protocol buffers 的官方文档https://developers.google.com/protocol-buffers/docs/proto3说 protobuf 消息中字段的最大字段数是 2^29-1。但为什么会有这个限制呢?请问谁能详细解释一下吗?我对此是新手。
我阅读了这个问题的答案,即Why 2^29-1 is the Maximum key in protocol buffers。但我并没有澄清
protocol-buffers grpc-python
grpc-python ×1
protocol-buffers ×1