-
Updated
Jun 19, 2022 - C++
protobuf
Here are 2,546 public repositories matching this topic...
-
Updated
Jun 19, 2022 - C++
-
Updated
Feb 15, 2022 - 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 26, 2021 - C#
-
Updated
Jan 16, 2022 - Go
-
Updated
Jun 17, 2022 - Go
-
Updated
Jun 16, 2022 - Go
-
Updated
Jun 17, 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
Jun 16, 2022 - Rust
-
Updated
Jun 17, 2022 - Rust
-
Updated
Jul 5, 2021 - Go
-
Updated
Jun 13, 2022 - C#
-
Updated
May 31, 2022 - Go
-
Updated
May 25, 2022 - Python
-
Updated
Apr 30, 2022 - Java
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
Jun 10, 2022 - Java
-
Updated
Jun 18, 2022 - 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."


Feature-request
配置监听的key发生变更时,按照Source的顺序合并一次,决定最终的value
What problem is the feature used to solve?
有基础配置用于决定所有程序基本行为,以及应用偏好配置决定个别程序特殊行为。
比如所有程序默认日志级别,个别程序做特殊调整。
在偏好配置中日志级别的key删除后,需要使用基础配置的key的配置。
Requirements description of the feature
比如有配置Source: A, B,程序启动的时候会WithSource(A, B)
A里有配置level: debug
程序监听key: level
B新增配置level: warn
到此为止都是正常的,监听拿到了level从debug修改warn
而当B把配置lev