Skip to content

GrpcExceptionHandler supports clientStreaming usecase #561

@hofficoffi

Description

@hofficoffi

Hello,

we started to use the clientside streaming part of grpc.

So our protodefinition looks more or less like this:

`
message FileWithMetaInfos {
string id = 1;
FileType file_type = 2;
bytes file = 3;
}

rpc Upload (stream FileWithMetaInfos) returns (google.protobuf.Empty);`

While the GrpcExceptionHandler and GrpcAdvice are perfectly working for simple services without any stream they are not working for the clientsidestreaming implementation.

If you need more information on this, please let me know

Best

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething does not work as expectedenhancementA feature request or improvement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions