You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/02 02:54:18 UTC

[GitHub] [dubbo-go] yaoyinnan opened a new issue #1428: hession problem at generic invocation filter

yaoyinnan opened a new issue #1428:
URL: https://github.com/apache/dubbo-go/issues/1428


   <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
   
   -->
   
   
   **What happened**:
   
   ![image](https://user-images.githubusercontent.com/35447132/131772251-6840aaaa-cfd8-417f-9c19-895d0572b2e6.png)
   When go-java makes a generic invocation, if the input parameter type is hessian, the invocation cannot be made. Modify it to []string{}, then it can be called normally. At this time, the go-go generic invocation will cause decode errors. 
   
   ![image](https://user-images.githubusercontent.com/35447132/131772179-0a1664cd-9cfa-4303-aa9a-af61bcc1ace8.png)
   Modify it to args := invocation.Arguments()[2].([]string), then go-go generic invocation will cause decode errors. 
   
   **What you expected to happen**:
   
   **How to reproduce it (as minimally and precisely as possible)**:
   
   **Anything else we need to know?**:
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin edited a comment on issue #1428: hession problem at generic invocation filter

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin edited a comment on issue #1428:
URL: https://github.com/apache/dubbo-go/issues/1428#issuecomment-957532418


   Please refer to our newest docs for generic invocation: https://dubbogo.github.io/zh-cn/docs/user/samples/generic.html 
   @yaoyinnan


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin edited a comment on issue #1428: hession problem at generic invocation filter

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin edited a comment on issue #1428:
URL: https://github.com/apache/dubbo-go/issues/1428#issuecomment-957532418


   Please refer to our newest docs for generic invocation: https://dubbogo.github.io/zh-cn/docs/user/samples/generic.html 
   @yaoyinnan


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin closed issue #1428: hession problem at generic invocation filter

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin closed issue #1428:
URL: https://github.com/apache/dubbo-go/issues/1428


   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin closed issue #1428: hession problem at generic invocation filter

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin closed issue #1428:
URL: https://github.com/apache/dubbo-go/issues/1428


   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin commented on issue #1428: hession problem at generic invocation filter

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin commented on issue #1428:
URL: https://github.com/apache/dubbo-go/issues/1428#issuecomment-957532418


   Please refer to our newest docs for generic invocation: https://dubbogo.github.io/zh-cn/docs/user/samples/generic.html


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin closed issue #1428: hession problem at generic invocation filter

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin closed issue #1428:
URL: https://github.com/apache/dubbo-go/issues/1428


   


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin edited a comment on issue #1428: hession problem at generic invocation filter

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin edited a comment on issue #1428:
URL: https://github.com/apache/dubbo-go/issues/1428#issuecomment-957532418


   Please refer to our newest docs for generic invocation: https://dubbogo.github.io/zh-cn/docs/user/samples/generic.html 
   @yaoyinnan


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin commented on issue #1428: hession problem at generic invocation filter

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin commented on issue #1428:
URL: https://github.com/apache/dubbo-go/issues/1428#issuecomment-957532418


   Please refer to our newest docs for generic invocation: https://dubbogo.github.io/zh-cn/docs/user/samples/generic.html


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin commented on issue #1428: hession problem at generic invocation filter

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin commented on issue #1428:
URL: https://github.com/apache/dubbo-go/issues/1428#issuecomment-957532418


   Please refer to our newest docs for generic invocation: https://dubbogo.github.io/zh-cn/docs/user/samples/generic.html


-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org