Protocol requests and responses of rpcx use the same message format. One message contains: Header: 4 bytes Message ID: 8 bytes total size: 4 bytes, doesn't contain size of ...
Protocol Protocol requests and responses of rpcx use the same message format. One message contains: Header: 4 bytes Message ID: 8 bytes total size: 4 bytes, doesn't contain ...
State Example: state state is another meta data. If you set state=inactive metadata for some services, only clients can not access those services even if those services are a...
Transport TCP HTTP Connect Unixdomain QUIC KCP reuseport TLS Transport rpcx can commnunicate via TCP, HTTP Connect, UnixDomain, QUIC and KCP. You can also access rpcx by...
Circuit Breaker Circuit Breaker is use to prevent a network or service failure from cascading to other services, see the post: Pattern: Circuit Breaker . A service client should...
Transport rpcx can commnunicate via TCP, HTTP Connect, UnixDomain, QUIC and KCP. You can also access rpcx by a http client via Gateway or HTTP_Invoke. TCP It is the most used ...