-
Notifications
You must be signed in to change notification settings - Fork 485
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
refactor!: Change Database configuration to be single instance #4308
refactor!: Change Database configuration to be single instance #4308
Conversation
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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look ok, but honestly I don't think a lot of these services need "database" anymore as much as they need "messagebus"
@bnevis-i , the MessageBus doesn't provide any persistence. ;-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-go/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)TBD
Testing Instructions
run
make docker
using this branchrun
make run ds-virtual dev
from compose builder from edgexfoundry/edgex-compose#328Verify all service bootstrap successfully
New Dependency Instructions (If applicable)