Set TraceSegmentService as streaming mode.

This commit is contained in:
wusheng 2017-06-23 20:22:01 +08:00
parent a139862c79
commit a7279a8352
1 changed files with 1 additions and 1 deletions

View File

@ -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) {
}
}