rocketmq
rocketmq copied to clipboard
[Enhancement] Use createChannelAsync for async invoke rpc
Before Creating the Enhancement Request
- [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
- Add createChannelAsync in NettyRemotingClient
- Use createChannelAsync method for async invoke rpc
- make invoke process completely async
Motivation
make invoke process completely async
Describe the Solution You'd Like
Add createChannelAsync in NettyRemotingClient
Describe Alternatives You've Considered
No
Additional Context
No response