leehom commented on issue #13316: URL: https://github.com/apache/dolphinscheduler/issues/13316#issuecomment-2076621106
目前正在开发弹性资源组件,  原理,资源分两条线a线 现有资源,b线 待定资源 a) 4资源请求->5a 分配可用资源-> 6a 请求使用资源-> 7a 提供资源->8a 提交任务 b) 4资源请求->5b 分配待定资源-> 6b 请求新worker-> 7b 部署worker->8b 注册/报告资源 a线是分配现有资源;b线请求新资源,新资源注册后成为现有资源,变成a线资源,在a线分配 该组件时通用的弹性资源,准备接入组件,增加弹性能力,如,datax,xxl-job,eventbridge,dolphin-scheduler 下图是开发架构:  实现业务资源消费者和launcher,下图xxl-job集成设计  xxl-job的master负责实现业务资源消费者,分片后,分发器按分片(组)申请资源;申请资源后,发布指令,新建执行器 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
