Skip to content
#

protobuf

Here are 2,601 public repositories matching this topic...

EvenLjj
EvenLjj commented Nov 16, 2021

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

help wanted Extra attention is needed good first issue Good for newcomers document The document was modified remind To be further discussed
stuhood
stuhood commented Aug 3, 2022

#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

mausch
mausch commented Apr 2, 2020

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

Improve this page

Add a description, image, and links to the protobuf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the protobuf topic, visit your repo's landing page and select "manage topics."

Learn more