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

Operator support to handle the same workflow name in different namespaces #442

Open
Tracked by #492
masayag opened this issue Apr 9, 2024 · 0 comments
Open
Tracked by #492
Assignees
Labels
enhancement New feature or request

Comments

@masayag
Copy link
Contributor

masayag commented Apr 9, 2024

Description

In a cluster with SonataflowClusterPlatform CR enabled, when a workflow is installed in namespace A, in which the SonataflowClusterPlatform points to the SonataflowPlatform, and another workflow with the same name is installed in another cluster, both workflows do not co-exist in the same Data-Index.
Instead, the latter workflow overrides the details of the former, causing requests intended for the first workflow to get to the second one.

Implementation ideas

K8s uses namespace+name as a unique identifier of resources.
A similar approach can be taken with Data-Index.

@nmirasch nmirasch assigned wmedvede and unassigned nmirasch Jun 13, 2024
@wmedvede wmedvede changed the title Support the same workflow name in different namespaces Operator support to handle the same workflow name in different namespaces Jun 14, 2024
@wmedvede wmedvede added the enhancement New feature or request label Jun 14, 2024
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
Status: 📋 Backlog
Development

No branches or pull requests

3 participants