-
Notifications
You must be signed in to change notification settings - Fork 864
Closed
Labels
bugSomething does not work as expectedSomething does not work as expectedenhancementA feature request or improvementA feature request or improvement
Milestone
Description
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
Labels
bugSomething does not work as expectedSomething does not work as expectedenhancementA feature request or improvementA feature request or improvement