-
Updated
Dec 3, 2020 - C++
protobuf
Here are 1,864 public repositories matching this topic...
-
Updated
Dec 3, 2020 - C++
-
Updated
Dec 1, 2020 - Go
-
Updated
Sep 22, 2020 - C#
-
Updated
Nov 29, 2020 - Go
-
Updated
Dec 2, 2020 - Go
非常感谢大家对 SOFAStack 开源的关注和支持,这是我们前进最大的动力。
收集目的
- 了解 SOFAStack 的使用场景以便更好的规划技术路线
- 聆听社区的不同声音,让 SOFAStack 变得更好
- 吸引更多的开源爱好者参与贡献,共同打造 SOFAStack
收集方式
请按如下参考格式回复本 Issue 进行登记:
* 公司/组织名称:蚂蚁金服
* 地点:中国杭州
* 网址:http://www.antfin.com
* 使用组件及场景:全套金融级分布式中间件
* 联系方式:[email protected]
展示
我们会定期同步信息至「Awesome SOFA」的用户列表中。
服务
-
Updated
Dec 2, 2020 - Java
-
Updated
Dec 1, 2020 - Kotlin
-
Updated
Dec 3, 2020 - C#
-
Updated
Jun 23, 2020 - Rust
-
Updated
Dec 2, 2020 - Go
-
Updated
Dec 3, 2020 - Java
-
Updated
Oct 29, 2020 - Go
-
Updated
Nov 26, 2020 - Rust
-
Updated
Oct 12, 2020 - 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
Oct 8, 2020 - Go
-
Updated
Dec 2, 2020 - C++
-
Updated
Apr 18, 2019 - JavaScript
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.