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

Support for default domains other than 0 #187

Open
gmartin82 opened this issue Mar 17, 2023 · 0 comments
Open

Support for default domains other than 0 #187

gmartin82 opened this issue Mar 17, 2023 · 0 comments

Comments

@gmartin82
Copy link
Contributor

At present the Cyclone DDS Python binding defaults to using 0 as the default domain when creating domain participants. Further, no option is present in the binding to allow users to automatically create domain participants on the default domain as determined by the core Cyclone DDS implementation and the configuration files.

It would be useful for the Python binding to provide a mechanism which allows users to create domain participants on the default domain as determined by the Cyclone DDS XML configuration file specified through the CYCLONEDDS_URI environment variable.

gmartin82 added a commit to gmartin82/cyclonedds-python that referenced this issue Mar 17, 2023
…rticipants on the default domain (as determined by the Cyclone DDS configuration) if domain id is not specified. Updated examples and tooling to use the default domain by default.
gmartin82 added a commit to gmartin82/cyclonedds-python that referenced this issue Mar 18, 2023
gmartin82 added a commit to gmartin82/cyclonedds-python that referenced this issue Mar 20, 2023
eboasson pushed a commit that referenced this issue Apr 25, 2023
…default domain (#188)

* #187 Modified implementation to construct domain participants on the default domain (as determined by the Cyclone DDS configuration) if domain id is not specified. Updated examples and tooling to use the default domain by default.

* #187 Restoring original timeout value.

* #187 Corrected type hinting in DomainParticipant constructor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant