-
Updated
Oct 13, 2021 - C++
protobuf
Here are 2,229 public repositories matching this topic...
-
Updated
Oct 11, 2021 - C++
-
Updated
Sep 16, 2021 - Go
protobuf.js version: 6.8.8
For enumerations defined in proto3, the switch statement generated by pbjs triggers the eslint warning default-case since there is no default case. This should be added to the list of eslint-disable rules in the header comment of the generated source file.
-
Updated
Aug 31, 2021 - Go
-
Updated
Jul 3, 2021 - C#
-
Updated
Oct 13, 2021 - Go
-
Updated
Oct 4, 2021 - Go
Latest Sofa Hessian version is 3.3.13, we can update it in Sofa rpc
-
Updated
Jun 23, 2021 - Java
-
Updated
Oct 13, 2021 - Kotlin
-
Updated
Oct 13, 2021 - Go
-
Updated
Oct 13, 2021 - C#
-
Updated
Jul 5, 2021 - Go
-
Updated
Sep 7, 2021 - Rust
-
Updated
Sep 24, 2021 - Rust
-
Updated
Apr 30, 2021 - Java
-
Updated
Oct 13, 2021 - Go
-
Updated
Oct 11, 2021 - Python
The title might seem a bit vague but I don't know how to describe it any better tbh :-)
Anyway this is what happened: I got some 500 responses from the schema registry and all I could see in the logs was :
[2020-04-02 16:03:35,048] INFO 100.96.14.58 - - [02/Apr/2020:16:03:34 +0000] "PUT /config/some-topic-value HTTP/1.1" 500 69 502 (io.confluent.rest-utils.requests)
The logs di
-
Updated
Oct 5, 2021 - Java
-
Updated
Oct 13, 2021 - C++
Improve this page
Add a description, image, and links to the protobuf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the protobuf topic, visit your repo's landing page and select "manage topics."
After PR #1401 merged, many of our sub modules are failing lint, we should fix all of them.
To fix these, take a look at hack/.lintcheck_failures for a list of currently lint failed modules.
You can check a module by removing it from the
.lintcheck_failures
list and runningmake fix
to auto fix some lint errors.