You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…entation (#7322)
* Refector NettyRemotingAbstract
* Add invoke with future method
* Deprecate InvokeCallback#operationComplete
* Add operationSuccess and operationException for InvokeCallback
* fix unit test
* fix unit test
* Keep InvokeCallback#operationComplete
* Optimize invokeAsyncImpl operationComplete
* Add unit test for NettyRemotingClient
* fix checkstyle
Before Creating the Enhancement Request
Summary
This issue is a sub task of #7296, aim to provide a unify future implementation.
operationSuccess
andoperationException
for interfaceInvokeCallback
.Motivation
For the convenience of implementing transparent retry.
Describe the Solution You'd Like
Refector NettyRemotingAbstract with unify future implementation.
Describe Alternatives You've Considered
No
Additional Context
No response
The text was updated successfully, but these errors were encountered: