pekko-grpc
pekko-grpc copied to clipboard
Allow returning metadata alongside success values
In the current API grpc metadata is only allowed to be read from (using the power API) or written to in the case of an error using the rich error model. Would it be possible to add metadata alongside the success values?