feat(exporter): 提供exporter项目专注于提供外部访问接口

单独使用exporter项目提供外部接口可以方便针对外部接口进行管理,比如加入更强的安全认证
This commit is contained in:
2024-02-02 20:49:53 +08:00
parent 7c9ba2876f
commit 02f22070fd
10 changed files with 221 additions and 0 deletions

View File

@@ -149,3 +149,6 @@ deploy:
executor_history-server-archive-dir: ${deploy.runtime.executor.archive-hdfs-path}
executor_task-jar-path: ${deploy.runtime.executor.task-jar-path}
executor_task-result-path: ${deploy.runtime.executor.task-result-path}
- name: service-exporter
source-jar: service-exporter-1.0.0-SNAPSHOT.jar
replicas: 3