feat(queue): 迁移queue到hudi service项目中

This commit is contained in:
2024-01-15 10:41:01 +08:00
parent f5b1845d97
commit 616eb1e514
16 changed files with 895 additions and 2 deletions

View File

@@ -19,6 +19,12 @@ deploy:
data_save_location: ${deploy.runtime.data-path}
- name: service-gateway
source-jar: service-gateway-1.0.0-SNAPSHOT.jar
- name: service-queue
source-jar: service-queue-1.0.0-SNAPSHOT.jar
replicas: 1
arguments:
data_save_enable: true
data_save_location: ${deploy.runtime.data-path}
- name: service-scheduler
source-jar: service-scheduler-1.0.0-SNAPSHOT.jar
replicas: 1