-
Updated
May 7, 2022 - C++
protobuf
Here are 2,494 public repositories matching this topic...
-
Updated
May 8, 2022 - C++
-
Updated
May 7, 2022 - Go
-
Updated
Feb 15, 2022 - Go
-
Updated
Nov 26, 2021 - C#
-
Updated
Jan 16, 2022 - Go
-
Updated
May 6, 2022 - Go
-
Updated
May 8, 2022 - Go
-
Updated
May 6, 2022 - Kotlin
-
Updated
Nov 16, 2021 - Go
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
May 7, 2022 - C#
Today we detect if __name__ == "__main__"
in a file as indicating that it's an entry point to a binary.
However in Python a __main__.py
can also act as the entry point to the package containing it, so
it would be great for tailor to generate the appropriate target in that case.
-
Updated
Jul 5, 2021 - Go
-
Updated
Apr 6, 2022 - Go
-
Updated
Nov 12, 2021 - Rust
-
Updated
Apr 30, 2022 - Java
-
Updated
Apr 15, 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.