-
Updated
Mar 24, 2022 - C++
protobuf
Here are 2,436 public repositories matching this topic...
-
Updated
Mar 24, 2022 - C++
-
Updated
Mar 18, 2022 - Go
-
Updated
Feb 15, 2022 - Go
-
Updated
Nov 26, 2021 - C#
-
Updated
Jan 16, 2022 - Go
-
Updated
Mar 24, 2022 - Go
-
Updated
Mar 24, 2022 - Go
-
Updated
Nov 16, 2021 - Go
-
Updated
Mar 22, 2022 - Kotlin
Introduce
It has been more than three years since SOFARPC was open-sourced on April 10, 2018. RPC-related documents are mainly updated in June 2019. At that time, the document was relatively classic, and the core functions of RPC were introduced relatively clearly. However, with the iterative update of functions and the update of relate
-
Updated
Jan 7, 2022 - Java
-
Updated
Mar 19, 2022 - C#
-
Updated
Jul 5, 2021 - Go
When you change go.mod or go.sum, it should cause --changed-since --changed-dependees=direct to claim that every go_third_party_package target has also changed. This is what we do with python_requirements and poetry_requirements.
The implementation looks like using the _generator_sources_helper target from pantsbuild/pants#14727.
Our target generation r
-
Updated
Mar 16, 2022 - Go
-
Updated
Nov 12, 2021 - Rust
-
Updated
Mar 15, 2022 - Java
-
Updated
Mar 11, 2022 - 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
Mar 21, 2022 - Java
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."


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.