In gRPC transcoding, we translate streamed gRPC message to JSON objects like:
[<JSON translated grpc-message>
,<JSON translated grpc-message>
,<JSON translated grpc-message>
]
Is there anyway to encode additional DATA frame in encodeTrailers, while encodeData(data, false) returned Continue? We need this to encode the ] at the end.
cc #501
In gRPC transcoding, we translate streamed gRPC message to JSON objects like:
Is there anyway to encode additional DATA frame in encodeTrailers, while encodeData(data, false) returned
Continue? We need this to encode the]at the end.cc #501