jalapeno-api-gateway / jagw

Microservices for the gateway
MIT License
2 stars 2 forks source link

Adjust protobuf to all fields #6

Open severindellsperger opened 7 months ago

severindellsperger commented 7 months ago

Jalapeno supports many new fields. See, e.g. this commit They must be added in the proto definition and jagw services and, of course, also in the jagw-go library. For this, we have to take a look at the Jalapeno and especially gobmp.

severindellsperger commented 7 months ago

Since the arango content is often the same as the gobmp messages, we can also adjust our basic arango document types to: https://github.com/sbezverk/gobmp/blob/master/pkg/message/types.go

severindellsperger commented 7 months ago

Also see:

ls_prefix

 "prefix_attr_tlvs": {
    "flags": {
      "n_flag": true,
      "r_flag": false,
      "x_flag": false
    }
  }