The STINGER in-memory graph store and dynamic graph analysis platform. Millions to billions of vertices and edges at thousands to millions of updates per second.
Hi,
Sorry this is a question related to the StingerBatch protocol buffer message. I am unfamiliar with the protobuf and I am unsuccessful in making a change to the StingerBatch message even after studying some online resource on protobuf.
I want to add a new field of type double to the StingerBatch (in addition to the already existing ones such as keep_alive, version, etc).
I notice that StingerBatch is a message defined in the stinger-batch.proto file.
However, I added the new field (and recompiled STINGER) int he .proto file but the generated .pb.h and .pb.cc files did not reflect the change.
Could you provide some suggestions as to how to add a new field to a protocol buffer message and compile it properly for STINGER?
Hi, Sorry this is a question related to the StingerBatch protocol buffer message. I am unfamiliar with the protobuf and I am unsuccessful in making a change to the StingerBatch message even after studying some online resource on protobuf. I want to add a new field of type double to the StingerBatch (in addition to the already existing ones such as keep_alive, version, etc). I notice that StingerBatch is a message defined in the stinger-batch.proto file. However, I added the new field (and recompiled STINGER) int he .proto file but the generated .pb.h and .pb.cc files did not reflect the change.
Could you provide some suggestions as to how to add a new field to a protocol buffer message and compile it properly for STINGER?
Thank you!