Releases: baidu/sofa-pbrpc
Releases · baidu/sofa-pbrpc
v1.1.3
noboost-v0.0.2
Add create_with_init option in RpcChannelOptions, ref pr 181
Drop the dependence of boost
Merge pull request #179 from zd-double/no-boost Update smart_ptr
v1.1.2
v1.1.1
v1.1.0
v1.0.1
v1.0.0
- High performace.
- Easy to use. Refer to sample codes in './sample'.
- Support sync call and async call. Refer to './sample/echo'.
- Support three level (service/method/request) timeout. Refer to './sample/timeout_sample'.
- Support transparent compression. Refer to './sample/compress_sample'.
- Support mock test. Refer to './sample/mock_sample'.
- Support network flow control.
- Support auto connecting and reconnecting.
- Support keep alive time of idle connections.
- Support statistics for profiling.
- Support multi-server load balance and fault tolerance.