Protocol Buffers - Google's data interchange format
-
Updated
Aug 21, 2020 - C++
{{ message }}
Protocol Buffers - Google's data interchange format
FlatBuffers: Memory Efficient Serialization Library
Protocol Buffers for Go with Gadgets
Remote Administration Tool for Windows
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
High performance, simple, extensible golang open source network library
非常感谢大家对 SOFAStack 开源的关注和支持,这是我们前进最大的动力。
请按如下参考格式回复本 Issue 进行登记:
* 公司/组织名称:蚂蚁金服
* 地点:中国杭州
* 网址:http://www.antfin.com
* 使用组件及场景:全套金融级分布式中间件
* 联系方式:zhanggeng.zg@antfin.com
我们会定期同步信息至「Awesome SOFA」的用户列表中。
Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources
Kotlin multiplatform / multi-format serialization
SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
Record Query - A tool for doing record analysis and transformation
Java serialization library, proto compiler, code generator
Reliable messages resolve distributed transactions
Rust implementation of Google protocol buffers
Lightweight, facility, high performance golang based game server framework
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
A new way of working with Protocol Buffers.
Documentation generator plugin for Google Protocol Buffers
CuraEngine is a powerful, fast and robust engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers. It is part of the larger open source project called "Cura".
A gRPC cli interface for easy testing against gRPC servers
Google ProtocolBuffers for Apple Swift
Add a description, image, and links to the protobuf topic page so that developers can more easily learn about it.
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.