André Menneken

Results 25 comments of André Menneken

Thanks for reporting @flyjwayur. Would you mind adding a unit test to show the desired behavior?

Hey, I'm using the version of micrometer, that comes with Spring Boot 2.7.5. It must be related to the recent changes, that you mentioned, because it works as expected in...

Yeah, I found these places while debugging the problem. And I saw that funny behavior: The responseCode is only updated in the close method, but that method was only called...

Thanks for investigating. As promised I added another case to the example project where I send the exception directly via streamObserver: ```java responseObserver.onError(Status.NOT_FOUND.withDescription("goodbye message not found").asException()); ``` I did the...

@mburumaxwell could you please share more details of your own setup? E.g. - do you have a .npmrc and what are its contents? - how do you pass credentials to...