FailMode In the distribution architecture such SOA or micro service, you can not guarantee services always work well. Maybe the server is down or network is slow or broken. So yo...
FailMode Failfast Failover Failtry Failbackup FailMode In the distribution architecture such SOA or micro service, you can not guarantee services always work well. Maybe th...
Client XClient service discovery service governance (Fail mode and Load balancing) Broadcast and Fork Client Example: 101basic Clients use the same transport protocol to ...
QuickStart Installation First, you should install rpcx: go get - u - v github . com / smallnest / rpcx /... It only install the basic features of rpcx. If you want to...
QuickStart Installation Implement Service Implement Server Implement Client Call the service asynchronously QuickStart Installation First, you should install rpcx: go ...
Server Service Server Server Example: 102basic You can implements services in Server side. The type of services is not important. You can use customized type to keep state...