berksean
berksean
Just an additional note here. `protobuf-kotlin` expresses a dependency on `protobuf-java`, which already packages the well-know proto files. I'm not sure what the intent is w.r.t. packaging proto + generated...
@mkruskal-google / @zhangskz - Sounds like someone was going to follow up on this?
Just chiming in here and that this issue seems to come into play only when the [Error Handling](https://github.com/LogNet/grpc-spring-boot-starter#7-error-handling) functionality is in use (@GrpcAdvice/@GrpcErrorHandler). We don't directly use it, but it...
Also, one possible approach to fix the behavior is a server interceptor that conditionally manipulates the status. This mostly keeps the custom error handling facility and avoids needing to strip...
Note: this seems to be a problem on the `protobuf-kotlin` side. For some reason they included the wellknown types in the artifact under the `src/google/protobuf` directory (which seems wrong). This...