We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. 无
Describe the solution you'd like 支持资源的动态扩缩容,比如客户端执行任务过程中,发现资源不够,则向server申请更多的资源,反正,则可以提前释放部分资源
Describe alternatives you've considered server端实现一个新的资源池(cache),这个池子里包含了很多最小单位的资源,当客户端需要时,从这个池子里面取一定数据的资源就行
Additional context 无
The text was updated successfully, but these errors were encountered:
feat:支持资源动态扩缩容,只实现了demo,还需要完善,issue: TencentBlueKing#128
2b2d38e
No branches or pull requests
Is your feature request related to a problem? Please describe.
无
Describe the solution you'd like
支持资源的动态扩缩容,比如客户端执行任务过程中,发现资源不够,则向server申请更多的资源,反正,则可以提前释放部分资源
Describe alternatives you've considered
server端实现一个新的资源池(cache),这个池子里包含了很多最小单位的资源,当客户端需要时,从这个池子里面取一定数据的资源就行
Additional context
无
The text was updated successfully, but these errors were encountered: