You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by qi...@apache.org on 2021/06/04 09:09:07 UTC

[skywalking-banyandb] branch main updated (2efd69d -> fbccf04)

This is an automated email from the ASF dual-hosted git repository.

qiuxiafan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git.


    from 2efd69d  Merge pull request #7 from apache/query-dependent-coms
     add caa00ad  implement writing traces
     add 919dbae  update protocol
     add 9fde98f  add comments
     add c824681  update protocol
     add d568caa  fix param
     add 74f4f1a  typo
     add 4b728e3  merge
     add 0c9d379  fix typo
     add 974216c  address pr
     add 171cd38  generate API codes
     add 46067ba  address pr feedbacks
     add d1bcab5  address pr
     add a4dc7a8  update method name and add data types
     add 83d27b9  update Field
     add 421b759  merge
     new fbccf04  Implement the writing protocol for trace

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/fbs/v1/query.fbs          |   6 +-
 api/fbs/v1/query_generated.go |  26 +-
 api/fbs/v1/rpc.fbs            |  10 +-
 api/fbs/v1/write.fbs          |  72 ++++++
 api/fbs/v1/write_generated.go | 546 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 640 insertions(+), 20 deletions(-)
 create mode 100644 api/fbs/v1/write.fbs
 create mode 100644 api/fbs/v1/write_generated.go

[skywalking-banyandb] 01/01: Implement the writing protocol for trace

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qiuxiafan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git

commit fbccf04c51193dcd36113484c123215a1d7bbdd9
Merge: 2efd69d 421b759
Author: Qiuxia Fan <fi...@outlook.com>
AuthorDate: Fri Jun 4 17:09:00 2021 +0800

    Implement the writing protocol for trace
    
    Implement the writing protocol for trace

 api/fbs/v1/query.fbs          |   6 +-
 api/fbs/v1/query_generated.go |  26 +-
 api/fbs/v1/rpc.fbs            |  10 +-
 api/fbs/v1/write.fbs          |  72 ++++++
 api/fbs/v1/write_generated.go | 546 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 640 insertions(+), 20 deletions(-)