-
Updated
Aug 6, 2022 - C++
protobuf
Here are 2,601 public repositories matching this topic...
-
Updated
Aug 7, 2022 - C++
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
Jun 24, 2022 - C#
-
Updated
Jul 3, 2022 - Go
-
Updated
Aug 8, 2022 - Go
-
Updated
Aug 3, 2022 - Go
-
Updated
Aug 2, 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
Jul 7, 2022 - Java
#16398 introduces a validate mode for caches which uses ShardedLmdb::exists (rather than load_bytes_with) for the first time. But because it is always consumed in a batch mode (to check that all files referenced by a cache entry exist), that method should likely be converted into a batch call which [partitions by shard similar to store_bytes_batch](https://github.com/pantsbuild/pants/blo
-
Updated
Jul 29, 2022 - Rust
-
Updated
Jun 28, 2022 - Go
-
Updated
Jul 21, 2022 - Go
-
Updated
Aug 3, 2022 - C#
-
Updated
Jul 23, 2022 - Java
-
Updated
Aug 1, 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
Jul 18, 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."
What problem is the feature used to solve?
References