Matt Kerr

Results 23 comments of Matt Kerr

At this point in time it would make more sense to do tracing with OpenTelemetry, however using the intercepters caused issues for gRPC calls outbound on a `@GrpcClient` after receiving...

I don't know if it makes sense to write metrics for the implementation details of Netty. It feels outside the scope of this project to me. Automatic collection of metrics...

> I don't understand what you're referring to. Oh, I was thinking a new feature could be an optional/add-on to time calls through the stubs using spring-actuator's micrometer integration. I...

@pluttrell that may be the same blocker we had for interceptors for tracing, there's a thread change as the boundary between application and hosted [Orbit actor](https://github.com/orbit/orbit) is hopped.

Sorry, I don't know how this works, but I think we have a contact at Pivotal. I'll see if I can get a pointer next week.

> It looks like there is a spring issue to provide gRPC support: [spring-projects/spring-framework#20905](https://github.com/spring-projects/spring-framework/issues/20905) added my 2cents to this thread

Some docs on how to add Protobuf message converter could be useful, such as for when a message has a property of the Any type. I have this if you...

This is a really interesting feature- it could be a good alternative for replacing a custom REST API alternative to a gRPC API. Are there specific caveats that should be...

I do think it’s worth exploring. Would it be packaged as a separate module? Regarding streaming, I believe that web sockets is the best fit on the HTTP/2 side. This...

this is probably better solved at the jacoco level