Skip to content

Ability to encode additonal DATA during encodeTrailers #925

@lizan

Description

@lizan

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

Metadata

Metadata

Assignees

Labels

enhancementFeature requests. Not bugs or questions.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions