protobuf
Here are 1,698 public repositories matching this topic...
I have this schema I want to implement but I am finding it very difficult to find documentation to perform the serialization and deserialization for C++. The existing tutorial and documentation do not seem to describe this scenario which I am assuming is quite common. Can someone point me to any example or documentation that describes this?
tb.fbs:
namespace TB;
table Proj {
idx:int64
Is there a document anywhere that describes how to upgrade a v1 project to a v2 project? There is a blog post, however it isn't comprehensive. I tried searching both in this repository and in https://github.com/protocolbuffers/protobuf-go.
Currently, I'm running into this error, and I'm unsure how to resolve it. (I can open this specific instance as a separate issue. However, were an upgrade gu
Hey in the documentation:
https://protobufjs.github.io/protobuf.js/
the Buffer class is 404:
https://protobufjs.github.io/protobuf.js/Buffer.html
though it is being linked to in some other classes, e.g. BufferReader
https://protobufjs.github.io/protobuf.js/BufferReader.html
kind regards
I have a module with two proto files in a directory. File1 is under directory dir1 and File2 is under dir2. Both dir1 and dir2 are under dir0.
I have the below configuration for the "doc" plugin.
- name: doc
flags: markdown,test.md
output: docs
when I invoke prototool by passing dir0 as input, I see it protoc command twice (once for each proto file). This cause
Where's the instructions to convert interface type to protobuf and reverse it?
Can you put on the front page of this project? Where's the tutorial link?
Rename tag
Please add the ability to change the client tag in main form
-
Updated
Jun 5, 2020 - Go
Hi guys,
I'm a computer science student and I have to make a project in Go with Proto.Actor. Because of my lack of experience (this is my first project in Go, coming from Java) and the lack of documentation on the official website I find it very difficult to understand how one can use it. It would be nice if you could provide a better documentation. Thank you!
非常感谢大家对 SOFAStack 开源的关注和支持,这是我们前进最大的动力。
收集目的
- 了解 SOFAStack 的使用场景以便更好的规划技术路线
- 聆听社区的不同声音,让 SOFAStack 变得更好
- 吸引更多的开源爱好者参与贡献,共同打造 SOFAStack
收集方式
请按如下参考格式回复本 Issue 进行登记:
* 公司/组织名称:蚂蚁金服
* 地点:中国杭州
* 网址:http://www.antfin.com
* 使用组件及场景:全套金融级分布式中间件
* 联系方式:[email protected]
展示
我们会定期同步信息至「Awesome SOFA」的用户列表中。
服务
Quick Start Guide
I'm sure there are a lot of people, myself included, excited to use Rejoiner, but are rusty with their Java tooling knowledge.
Would love to see a very easy copy/paste how-to to get rejoiner up and running with vanilla Java. A quick start guide would help immensely.
Wiki suggestion
It's kind of popular by now that I'm using my ASF project as an example of something that uses SK2 in practice, mainly for new developers and otherwise inexperienced coders that would like to see how things are working on the bigger scale. I thought that maybe we could create an extra wiki page named, I don't know, maybe "Example projects" or somethi
If you try to deserialize a protobuf message without the corresponding schema you get a generic message error message:
[INFO] [record_query::proto_index] Proto descriptor cache is stale; recomputing
Missing input file.
thread 'main' panicked at 'protoc descriptor compilation failed', src/proto_index.rs:60
note: Run with `RUST_BACKTRACE=1` for a backtrace.It would be nice to g
I was trying to understand what protostuff-json does, but could not find any documentation, can you please help me understand what it does.
https://github.com/protostuff/protostuff/tree/master/protostuff-json
-
Updated
Jul 2, 2020 - Java
As mentioned in #324, build scripts are not supposed to write to src directory (https://doc.rust-lang.org/cargo/reference/build-scripts.html#outputs-of-the-build-script), yet this is what the documentation suggests. Once #324 is resolved, I suggest that the documentation should be changed.
The English in the documentation is very not good. As a beginner to golang and nano, I'm having a lot of trouble understanding it.
Eg;
While handling a message, the handler will receive two arguments, session corresponding a client and a message is the payload of this request that unmarshals by nano automatically.
While handling a message, the handler will receive two arguments, a session
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
I want write multi-line description, like this:
/*
Configurable:
no
---
Value range:
true or false
---
Sending rules:
Does not send if "false", and send in every packet if "true".
---
Description:
Set to "true" when the accelerometer in the device has some problems (poorly soldered or broken).
*/
optional bool accelerometer_is_fault = 1;
After documentation generating I
https://docs.rs/prost-build/0.6.1/prost_build/fn.compile_protos.html
Currently, the generated file has no warning on the top, as an indication it is a generated file. This warning is quite helpful for new users learning the project.
The protobuf "well-known types" (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf) are included in every language runtime, including the npm package (see protocolbuffers/protobuf#1638).
Currently, grpcc requires proto files that import a well-known type to have a copy of the well-known type locally, otherwise you get an `Error: failed to import '...
it would be nice grpc-rust/protoc-rust-grpc/src/lib.rs
returns a proper error on missing compiler, wrong version etc. instead of panic. That would on different platforms just throw a warning from build.rs when the code is e.g. precompiled & checked in. Not much work, if necessary can do that ...
-
Updated
May 30, 2019 - Swift
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."
URL: https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.message
There appears to be an errant markup text in the code example at the top of the page. This is how it renders for me in Chrome 80 on Ubuntu 16.04:
