-
protobuf.js version: 6.8.6
When I attempt to encode a message from a Google well known type (like `google.protobuf.Struct`) I get an empty field in the decoded message IF my path includes `google/p…
-
**Describe your environment**: the OpenTelemetry C++ client library cmake build on Amazon Linux 2023 fails when the option `WITH_OTLP_GRPC` is set to `ON`, as in `-DWITH_OTLP_GRPC=ON`, see below. The …
-
I get the following error when I try to generate a GUI with letmegrpc:
```
2019/11/16 14:14:37 google/protobuf/any.proto: File not found.
google/protobuf/descriptor.proto: File not found.
google…
-
**What version of protobuf and what language are you using?**
Version: 5.28.2
Language: Python
**What operating system (Linux, Windows, ...) and version?**
Windows 11
**What runtime / compile…
-
I'm getting the following error on a competing consumer that is processing about 7000 events:
```
Fatal error: Uncaught Google\Protobuf\Internal\GPBDecodeException: Error occurred during parsing: …
-
I am considering writing a `protoc-gen` plugin using wire for handling `CodeGeneratorRequest`. However, I'm having trouble getting the proto to compile due to interactions with handling of built-in ty…
-
**What version of protobuf and what language are you using?**
Version: libprotoc 3.15.3
Go: 1.16
**What did you do?**
> To generate the go proto `protoc --go_out=. --go_opt=paths=source_relati…
-
Google protobuf messages should be limited to 64M. It is possible to change this limit, but the overall suggestion is to keep all objects small.
Currently we have three potentially huge objects - Top…
-
I have hundreds of proto files which are defined in a way that they contain the exact same names for classes but each file has a different `java_outer_classname` but the protoc compiler does not take …
-
Greetings,
I have a patch in hand that enables recursive static initializers for message structs:
```
OuterB b;
OUTER_B__INIT_EX(&b);
b.innerc->innerd->d = 5;
```
A combin…