You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "tiantianlikeu (via GitHub)" <gi...@apache.org> on 2023/03/13 15:27:24 UTC

[GitHub] [dubbo-go] tiantianlikeu opened a new issue, #2253: 请问如何让go-server同时支持java-client和go-client的调用

tiantianlikeu opened a new issue, #2253:
URL: https://github.com/apache/dubbo-go/issues/2253

   <!-- Please only use this template for submitting enhancement requests -->
   
   **What would you like to be added**:
   ![image](https://user-images.githubusercontent.com/35363659/224748336-48f37eca-006f-4afa-8560-4dbf49b9f407.png)
   
   
   
   **Why is this needed**:


-- 
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.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] tiantianlikeu commented on issue #2253: 请问如何让go-server同时支持java-client和go-client的调用

Posted by "tiantianlikeu (via GitHub)" <gi...@apache.org>.
tiantianlikeu commented on issue #2253:
URL: https://github.com/apache/dubbo-go/issues/2253#issuecomment-1466366178

   ![image](https://user-images.githubusercontent.com/35363659/224748452-f45026b2-def3-4eac-a1b6-13b841c398fe.png)
   这是我api的截图


-- 
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] tiantianlikeu closed issue #2253: 请问如何让go-server同时支持java-client和go-client的调用

Posted by "tiantianlikeu (via GitHub)" <gi...@apache.org>.
tiantianlikeu closed issue #2253: 请问如何让go-server同时支持java-client和go-client的调用
URL: https://github.com/apache/dubbo-go/issues/2253


-- 
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] tiantianlikeu commented on issue #2253: 请问如何让go-server同时支持java-client和go-client的调用

Posted by "tiantianlikeu (via GitHub)" <gi...@apache.org>.
tiantianlikeu commented on issue #2253:
URL: https://github.com/apache/dubbo-go/issues/2253#issuecomment-1466435956

   tks,it working .


-- 
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] justxuewei commented on issue #2253: 请问如何让go-server同时支持java-client和go-client的调用

Posted by "justxuewei (via GitHub)" <gi...@apache.org>.
justxuewei commented on issue #2253:
URL: https://github.com/apache/dubbo-go/issues/2253#issuecomment-1466381034

   See [here](https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/tutorial/develop/interflow/call_java/)
   
   ```go
   // UserProvider 客户端存根类
   type UserProvider struct {
     // dubbo标签,用于适配go侧客户端大写方法名 -> java侧小写方法名,只有 dubbo 协议客户端才需要使用
   	GetUser  func(ctx context.Context, req int32) (*User, error) `dubbo:"getUser"` 
   }
   ```


-- 
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