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

Extended domains with advanced configuration #618

Open
elfenpiff opened this issue Feb 4, 2025 · 0 comments
Open

Extended domains with advanced configuration #618

elfenpiff opened this issue Feb 4, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@elfenpiff
Copy link
Contributor

elfenpiff commented Feb 4, 2025

Brief feature description

Inspired by the following conversation: #616 (comment)

The iceoryx2 config folder shall contain subfolders with the domain name so that every domain can have their individual configuration.

From @elBoberido

.config/iceoryx2
  |- generic
  |- io.iceoryx2
  |- org.phantom
  |- org.phantom.opera
  |- iceoryx2.toml

A node created via NodeBuilder::new() would end up in generic and a node created via NodeBuilder::new_with_domain("org phantom.opera") would end up in that domain. One could think of moving everything to .config/iceoryx2/domains/, in case we need other, iceoryx related folders in iceoryx2. Each domain could have it's own config file. If that's not present, look at /etc/iceoryx2/domains/org.phantom.opera/iceoryx2.toml, then .config/iceoryx2/domains/iceoryx2.toml and finally /etc/iceoryx2/domains/iceoryx2.toml

@elfenpiff elfenpiff added the enhancement New feature or request label Feb 4, 2025
@elfenpiff elfenpiff changed the title Extended domains. Extended domains with advanced configuration Feb 4, 2025
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

1 participant