apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.29k stars 1.16k forks source link

[Feature][PS-DataSource] DataSource supports merging into a separate service startup #4934

Closed peacewong closed 10 months ago

peacewong commented 11 months ago

What is the purpose of the change

DataSource supports merging into a separate service startup add params

 val LINKIS_DATASOURCE_SERVICE_LIST: Array[String] =
    CommonVars(
      "linkis.gateway.conf.linkisdatasource.list",
      "data-source-manager,metadataquery,datasource,metadataQuery,metadatamanager"
    ).getValue
      .split(",")

Related issues/PRs

Related issues: #4933

Brief change log

Checklist