Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Edgex 3.0] Refactor Database config to simplify to single DB rather than collection of DBs #4131

Closed
lenny-goodell opened this issue Aug 24, 2022 · 0 comments · Fixed by #4308
Labels
enhancement New feature or request

Comments

@lenny-goodell
Copy link
Member

🚀 Feature Request

Relevant Package [REQUIRED]

This feature request is for Core Data and Core Metadata

Description [REQUIRED]

Current DB configuration is a collection of DB info, when in reality only one instance is ever needed.

Describe the solution you'd like

Change the DB configuration from `Databases map[string]bootstrapConfig.Database` to `Database bootstrapConfig.Database`

Describe alternatives you've considered

Have you considered any alternative solutions or workarounds?
@lenny-goodell lenny-goodell added the enhancement New feature or request label Aug 24, 2022
@cloudxxx8 cloudxxx8 moved this to New Issues in Technical WG Nov 28, 2022
lenny-goodell pushed a commit to lenny-goodell/edgex-go that referenced this issue Jan 25, 2023
closes edgexfoundry#4131

Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
lenny-goodell pushed a commit to lenny-goodell/edgex-go that referenced this issue Jan 25, 2023
BREAKING CHANGE: Database configuation for services has changed from a Map to a single instance

closes edgexfoundry#4131

Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
@github-project-automation github-project-automation bot moved this from New Issues to Minnesota Done in Technical WG Jan 26, 2023
lenny-goodell pushed a commit that referenced this issue Jan 26, 2023
* refactor!: Change Database configuration to be single instance

BREAKING CHANGE: Database configuration for services has changed from a Map to a single instance

closes #4131

Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant