You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
hello all,
I'm wondering is there a good way to build Interaction with apache Dubbo? https://github.com/weibocom/motan/tree/master/motan-extension/protocol-extension/motan-protocol-grpc , motan based on Grpc stub layer, bind service definition on grpc server, and use grpc client to wrapper the exported interface. Should we base it on Grpc channel or transport layer, or how can we make the interaction graceful? Can you give me some suggestions :) Thanks a lot!
best regards,
moriadry
Penn (Dapeng) Zhang
unread,
Sep 12, 2018, 6:04:17 PM9/12/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I recommend try to base it on stub/channel layer (io.grpc.netty.NettyChannelBuilder, io.grpc.stub.ClientCalls, io.grpc.netty.NettyServerBuilder, and io.grpc.stub.ServerCalls), otherwise it would be extremely complex.