Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(feat) add flush consolidation handler ((feat) add flush consolidation handler #161)
(feat) add flush consolidation option
Change org from alipay to sofatack. (Change org from alipay to sofatack. #172)
Update .travis.yml (Update .travis.yml #177)
modify ReconnectManager to be compatible with version 1.5.x
upgrade netty version to fix CNNVD-201909-1264 vulnerability (upgrade netty version to fix CNNVD-201909-1264 vulnerability #189)
应该一个是序列化一个是反序列化 (One should be serialized and one is deserialized #191)
fix unit test bug in class NormalStringCustomSerializer.
(feat) Supports SSL for rpc server/client, TLS support wanted #149 ((feat) Supports SSL for rpc server/client, #149 #197)
support server random port constructor. fix How to get a random port? #196 (support server random port constructor. fix #196 #199)
fix AbstractLifeCycle concurrency problem Fixes AbstractLifeCycle 中的 isStarted 存在并发问题? #163 (fix AbstractLifeCycle concurrency problem Fixes gh-163 #188)
fix AsynMultiInterestUserProcessor dispatch to sync handleRequest method problem. AsynMultiInterestUserProcessor在执行时被当做SyncUserProcessor #157
Revert "fix AsynMultiInterestUserProcessor dispatch to sync handleRequest method problem. AsynMultiInterestUserProcessor在执行时被当做SyncUserProcessor #157"
This reverts commit 2784f9e.
support server random port constructor
add rejection-processable InvokeCallback to provide flexible options when user executor rejected task. see RpcInvokeCallbackListener#onResponse() handles suggestions when throwing exceptions #178(RpcInvokeCallbackListener#onResponse() handles suggestions when throwing exceptions #178) (Add rejection-processable InvokeCallback . fix #178 #202)
complete tcp related config. see Allow users to set SO_SNDBUF #171(Allow users to set SO_SNDBUF #171) (complete tcp related config. see #171 #205)
optimize DefaultConnectionManager contructor (Optimization/connection manager constructor fix #153 #201)
support availability check with life cycle. RpcClient can still connect after triggering shutdown #195 (support availability check with life cycle. #195 #204)
support availability check with life cycle. Supports life cycle callbacks for user processor #123(Supports life cycle callbacks for user processor #123)
complete unit test of life cycle available check
fix CI error
Fix/multi processor bug (Fix/multi processor bug #207)
fix spell mistake and some test codes (fix spelling mistake and some test codes #194)
fix multi-processor bug
fix PMD
support user processor with life cycle interface fix Supports life cycle callbacks for user processor #123 (support user processor with life cycle interface fix #123 #200)
support user processor with life cycle interface
make sure user processor startup if client/server has startup
add state check before operate user processor in order to prevent from some unnecessary exception
fix some codes (fix some codes #208)
change version