-
Notifications
You must be signed in to change notification settings - Fork 802
Open
Description
Problem
The current DATA_SORUCE_NAME is a single ENV var that controls the connection string.
Advantages
- Single ENV var for config.
Disadvantages
- We have to parse and modify the connect string to add extra connection param.
- Having to template connection and auth in the same ENV is cumbersome.
- We would have to do a lot more code to validate input params.
- It's harder to include defaults, like the connection params separate from the auth.
- ENV var duplicates the
my.cnfstyle configuration that is more commonly used in MySQL.
Proposal
Deprecate the ENV var configuration in favor of my.cnf style only.
Related
Metadata
Metadata
Assignees
Labels
No labels