Skip to content
New issue

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

LiteflowDtpAdapter缺少对LiteFlowDefaultParallelLoopExecutorBuilder支持 #500

Open
KamToHung opened this issue Nov 7, 2024 · 0 comments
Labels

Comments

@KamToHung
Copy link
Collaborator

首先感谢您使用 DynamicTp,如果使用过程中有任何问题,请按照下述模板反馈问题,请使用 Markdown 语法

版本信息

  • Jdk版本:
  • SpringBoot版本:2.7.18
  • DynamicTp版本:1.1.9.1
  • 配置中心类型:本地配置
  • liteflow版本:2.12.3

问题描述

没有对LiteFlowDefaultParallelLoopExecutorBuilder扩展增强

  • 猜测可能原因:

LiteFlowDefaultParallelLoopExecutorBuilder不是在项目启动的时候进行初始化,导致ExecutorHelper中的executorServiceMap缺少此线程池

复现步骤

example/example-adapter/example-adapter-liteflow

配置改为

<?xml version="1.0" encoding="UTF-8"?>
<flow>
    <chain name="chain1">
        FOR(2).parallel(true).DO(THEN(a,b,c));
    </chain>
</flow>
@KamToHung KamToHung added the bug Something isn't working label Nov 7, 2024
@yanhom1314 yanhom1314 added optimize and removed bug Something isn't working labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants