-
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
Service Discovery Adapters #131
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.
Several comments. Please take a look.
.../digital_twin/in_memory_mock_digital_twin_adapter/src/in_memory_mock_digital_twin_adapter.rs
Show resolved
Hide resolved
adapters/digital_twin/mock_digital_twin_adapter/src/mock_digital_twin_adapter.rs
Show resolved
Hide resolved
...rvice_discovery/chariott_service_discovery_adapter/src/chariott_service_discovery_adapter.rs
Show resolved
Hide resolved
...covery/file_service_discovery_adapter/res/file_service_discovery_adapter_config.default.json
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.
Small documentation suggestion. Everything else looks good to me
adapters/service_discovery/chariott_service_discovery_adapter/README.md
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
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
Adds the Service Discovery Adapter concept to decouple Ibeji and Chariott and allow other adapters to leverage service discovery
Fixes #127