Skip to content

Conversation

@wolfboys
Copy link
Member

Currently, the streampark platform provides multiple configuration files for user configuration, such as: application.yml, application-pgsql.yml, application-mysql.yml, kerberos.yml... , We can improve these configuration files. Many config files are internal system configurations, for example, in application.yml, a large number of configurations are internal platform configurations, such as jackson config for integration Spring Boot, swagger-ui config. the 'allow-circular-references' parameter for Spring... These do not need user configuration and should not be exposed to users.

So, I propose that we improve these configurations by providing users with only one configuration file(only one). The configurations in this file should be completely user-focused, clear, and core configurations.

What changes were proposed in this pull request

Issue Number: close #3641

Brief change log

Verifying this change

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

Does this pull request potentially affect one of the following parts

  • Dependencies (does it add or upgrade a dependency): (yes / no)

@github-actions github-actions bot added the YARN label Apr 25, 2024
@wolfboys wolfboys merged commit 74c097c into apache:dev Apr 25, 2024
@caicancai
Copy link
Member

caicancai commented Apr 27, 2024

@wolfboys Hi! When I tested this commit locally (mac+linux), I found that the unzipped folder conf directory seemed to be missing something.
2024-04-27 10-11-38屏幕截图

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Improve] StreamPark Platform configuration files improvements

2 participants