This is an automated email from the ASF dual-hosted git repository.
panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 9732526 Reuse PipelineDataSourceManager to reduce connection creation
and destruction (#15087)
add ff27beb Extract CoordinatorRegistryCenterInitializer from
PipelineAPIFactory.RegistryCenterHolder (#15065)
No new revisions were added by this update.
Summary of changes:
.../shardingsphere-data-pipeline-core/pom.xml | 5 ++
.../data/pipeline/core/api/PipelineAPIFactory.java | 28 ++------
.../CoordinatorRegistryCenterInitializer.java | 76 ++++++++++++++++++++++
.../schedule/core/api/ModeScheduleContext.java | 1 +
4 files changed, 87 insertions(+), 23 deletions(-)
create mode 100644
shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-core/src/main/java/org/apache/shardingsphere/data/pipeline/core/registry/CoordinatorRegistryCenterInitializer.java