Skip to content
#

protobuf

Here are 1,698 public repositories matching this topic...

jjn555
jjn555 commented Mar 2, 2020

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

kevinburkemeter
kevinburkemeter commented Apr 12, 2020

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

ganeshs
ganeshs commented Aug 12, 2019

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

benny1611
benny1611 commented May 9, 2019

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!

ujjboy
ujjboy commented Nov 27, 2018

非常感谢大家对 SOFAStack 开源的关注和支持,这是我们前进最大的动力。

收集目的

  • 了解 SOFAStack 的使用场景以便更好的规划技术路线
  • 聆听社区的不同声音,让 SOFAStack 变得更好
  • 吸引更多的开源爱好者参与贡献,共同打造 SOFAStack

收集方式

请按如下参考格式回复本 Issue 进行登记:

* 公司/组织名称:蚂蚁金服
* 地点:中国杭州
* 网址:http://www.antfin.com
* 使用组件及场景:全套金融级分布式中间件
* 联系方式:[email protected]

展示

我们会定期同步信息至「Awesome SOFA」的用户列表中。

服务

JustArchi
JustArchi commented Nov 2, 2017

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

rpussente
rpussente commented Dec 2, 2016

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

menasheh
menasheh commented Oct 10, 2017

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

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

lazorenkoigor96
lazorenkoigor96 commented Sep 2, 2019

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

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

You can’t perform that action at this time.