feat(exporter): 提供exporter项目专注于提供外部访问接口
单独使用exporter项目提供外部接口可以方便针对外部接口进行管理,比如加入更强的安全认证
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user