wu-sheng edited a comment on issue #5266:
URL: https://github.com/apache/skywalking/issues/5266#issuecomment-671032254
Hi, @dio @ZackButcher I did a small experience.
I changed SegmentObject to ,
```proto
message SegmentObject {
// A string id represents the whole trace.
string trace_id = 1;
// A unique id represents this segment. Other segments could use this id
to reference as a child segment.
string trace_segment_id = 2;
```
the compiling in Java still passed. But I haven't verified the e2e. Is that
what you expected?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]