incubator-uniffle icon indicating copy to clipboard operation
incubator-uniffle copied to clipboard

[Improvement] Support lazily init the grpc client channel

Open zuston opened this issue 2 years ago • 2 comments

Code of Conduct

Search before asking

  • [X] I have searched in the issues and found no similar issues.

What would you like to be improved?

In current codebase, the grpc client channel will be created once the sending/getting happens. But connection will not be used if the partition data don't exist. So I think the lazily initialization of grpc client channel is meaningful.

How should we improve?

No response

Are you willing to submit PR?

  • [X] Yes I am willing to submit a PR!

zuston avatar Oct 27 '23 02:10 zuston

WDYT? @jerqi @summaryzb

zuston avatar Oct 27 '23 02:10 zuston

please assign this to me

summaryzb avatar Nov 07 '23 02:11 summaryzb