diff --git a/README.md b/README.md index 0f89a325..ef9a5aca 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ liteFlow is a lightweight , fast component-based process engine framework / rule * Components can support retry, each component can be customized with retry configuration and specified exceptions * Explicit subprocess mode with no level of nesting, implicit subprocess mode * Data slot isolation mechanism, context independent and stable under multiple concurrency +* Support for elegant smooth hot refresh features * Very low loss to the system, can be stable in the core business of large-scale microservices * Simple monitoring to know the running time ranking of each component diff --git a/README.zh-CN.md b/README.zh-CN.md index bffb2519..a188a1ed 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -20,10 +20,11 @@ liteFlow是一个轻量,快速的组件式流程引擎框架/规则引擎, * 框架提供自定义配置源,只需实现一个接口,即可从任何地方加载配置源 * 支持SpringBoot的自动装配,也支持Spring的配置和非Spring的项目 * 提供串行和并行2种模式,提供常见常见的表达式语句 -* 可以定义脚本语言节点,支持QLExpress和Groovy两种脚本,脚本语言支持即时热变更 +* 可以定义脚本语言节点,支持QLExpress和Groovy两种脚本 * 组件可以支持重试,每个组件均可自定义重试配置和指定异常 * 提供无级嵌套的显式子流程模式,隐式子流程模式 * 数据槽隔离机制,在多并发下上下文独立而稳定 +* 支持优雅平滑热刷新特性 * 对系统损耗极低,可以稳定运行在核心业务大规模的微服务中 * 自带简单的监控,能够知道每个组件的运行耗时排行