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

Configurable list of remote viz queues #1802

Merged
merged 5 commits into from
Jan 4, 2024
Merged

Configurable list of remote viz queues #1802

merged 5 commits into from
Jan 4, 2024

Conversation

xpillons
Copy link
Collaborator

@xpillons xpillons commented Jan 4, 2024

Allow dynamic list of remote viz node definitions (queues in configuration file). Node names are fully configurable and not fixed anymore.

  • new mandatory property type for remote viz queues with value remoteviz in order to filter queues used for remote viz purpose
  • dynamic list of remote viz node types for OOD GUIs and Desktop applications
  • updated schema for new properties
  • updated default template with new remote viz properties and definitions

Breaking Change

a breaking change was introduced in order to filter queue used for remote viz. You should update your configuration file to add the type, description and shareable properties for all remote viz queues.

Note : PR #1815 avoid this breaking change

close #1787
close #1685

@xpillons xpillons added the kind/feature New feature request label Jan 4, 2024
@xpillons xpillons added the breaking-change This is a breaking change label Jan 4, 2024
@xpillons xpillons merged commit b1f9337 into main Jan 4, 2024
11 checks passed
@xpillons xpillons deleted the feature/1787 branch January 4, 2024 15:33
@xpillons xpillons removed the breaking-change This is a breaking change label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow dynamic remote viz queues Modify viz queue name in config.yml
1 participant