You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/04/29 07:53:41 UTC

[GitHub] [servicecomb-java-chassis] 780664893 opened a new issue, #2811: 泛化调用没有办法获取Invocation不方便使用

780664893 opened a new issue, #2811:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2811

   https://servicecomb.gitee.io/servicecomb-java-chassis-doc/java-chassis/zh_CN/featured-topics/features/invoker.html
   如文档中介绍,可以通过泛化调用避免POJO方式中的api依赖,但是实际用的时候发现没有手段获取到invocation,无法向其中设置上下文,导致上下文无法向下游传递,建议优化一下,预留一些扩展点


-- 
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: commits-unsubscribe@servicecomb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2811: 泛化调用没有办法获取Invocation不方便使用

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #2811:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2811#issuecomment-1116900635

   可以在Handler中得到Invocation的引用, 能满足要求吗? 你期望的使用方式是怎么样的?


-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [servicecomb-java-chassis] 780664893 closed issue #2811: 泛化调用没有办法获取Invocation不方便使用

Posted by GitBox <gi...@apache.org>.
780664893 closed issue #2811: 泛化调用没有办法获取Invocation不方便使用
URL: https://github.com/apache/servicecomb-java-chassis/issues/2811


-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [servicecomb-java-chassis] 780664893 commented on issue #2811: 泛化调用没有办法获取Invocation不方便使用

Posted by GitBox <gi...@apache.org>.
780664893 commented on issue #2811:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2811#issuecomment-1128363569

   handler可以满足,感谢


-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org