wisper-shadow edited a comment on issue #2444: URL: https://github.com/apache/servicecomb-java-chassis/issues/2444#issuecomment-876481496
> Handler的Invocation包含了已经解析的Response。 > > ``` > invocation.next(response -> ...) > ``` 在next中使用lambda函数确实可以取到JsonObject响应,但是处理后,asyncResp不再向后传递,后续Filter不执行,且接口不返回结果,拿到responseBody的最佳实践应该是什么呢? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
