-
Updated
Nov 6, 2021 - C++
protobuf
Here are 2,263 public repositories matching this topic...
-
Updated
Nov 6, 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
Nov 2, 2021 - Go
-
Updated
Jul 3, 2021 - C#
-
Updated
Nov 3, 2021 - Go
-
Updated
Oct 14, 2021 - Go
-
Updated
Nov 4, 2021 - Kotlin
Now, callback ThreadPoolExecutor is build-in in AsyncRuntime. User can't recognize that the callback executor is full.
We need to add a set method ,so that users can custom their own callback executor.
-
Updated
Jun 23, 2021 - Java
-
Updated
Nov 5, 2021 - Go
-
Updated
Oct 29, 2021 - C#
-
Updated
Jul 5, 2021 - Go
-
Updated
Sep 7, 2021 - Rust
-
Updated
Oct 18, 2021 - Go
-
Updated
Apr 30, 2021 - Java
-
Updated
Nov 5, 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
Nov 5, 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_failureslist and runningmake fixto auto fix some lint errors.