Set TraceSegmentService as streaming mode.
This commit is contained in:
parent
a139862c79
commit
a7279a8352
|
|
@ -6,7 +6,7 @@ option java_package = "org.skywalking.apm.network.trace.proto";
|
|||
import "Downstream.proto";
|
||||
|
||||
service TraceSegmentService {
|
||||
rpc collect (TraceSegmentObject) returns (Downstream) {
|
||||
rpc collect (stream TraceSegmentObject) returns (Downstream) {
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue