-
Notifications
You must be signed in to change notification settings - Fork 5
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
Easier runtime config for mapping mocks and remove unnecessary mock cloud adapter config #52
Conversation
Alex Recommends ReportAlex recommends the following language changes, but Alex is a regular expression based algorithm, so take them with a grain of salt. ✨ 🚀 ✨ Nothing to Report ✨ 🚀 ✨ |
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.
Please take a look at my comments.
mapping_clients/in_memory_mock_mapping_client/src/in_memory_mock_mapping_client.rs
Outdated
Show resolved
Hide resolved
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.
Approved.
Makes it easier to configure the mapping mocks (both in-memory and external) at runtime with layered configuration files. Also removes the mock cloud adapter config which was not used.
This addresses two of the tasks in #17, but more work is needed before that can be closed. This PR should serve as a precedent for the remaining work.