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

Dynamically configure service bridges from YAML #54

Open
jacobperron opened this issue Sep 1, 2021 · 3 comments
Open

Dynamically configure service bridges from YAML #54

jacobperron opened this issue Sep 1, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@jacobperron
Copy link
Member

Follow up to #10.

We can now bridge services, but it requires manually configuration due to needed typesupport information at compile-time. In order to support bridging services dynamically, we need better support at the RMW layer for generic services.

@jacobperron jacobperron added the enhancement New feature or request label Sep 1, 2021
@antonyramsy
Copy link

is service support added to domain_bridge yet? I used domain bridge with the example YAML file from design_document to test services and actions. but it seems service and action don't work. I see lots of code related to service and action support in the repo but can't figure out what's wrong. also, there are no warnings, errors, or any kind of log to report.
any help and clearance of the issue would be appreciated

@jacobperron
Copy link
Member Author

Services are supported if you configure the domain bridge in code (not YAML, which is why this issue exists).
Unfortunately, we don't have a good example of bridging services, though if someone would like to contribute one that might be nice :)

Here the example currently living on a fork that we used to test #26: ivanpauno@d82984c

@antonyramsy
Copy link

@jacobperron unfortunately I'm not good at CPP . so I can't contribute much. thanks for the help anyways. But I may try to bridge services according to the example.

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
None yet
Development

No branches or pull requests

2 participants