-
Notifications
You must be signed in to change notification settings - Fork 24
feat: handle priority for golden records from the orchestrator #1156
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
base: main
Are you sure you want to change the base?
feat: handle priority for golden records from the orchestrator #1156
Conversation
…ssing' into feat-priority-based-record-processing
|
@nicoprow @SujitMBRDI I've raised this PR just to get some feedback. It's still a work in progress, so feel free to share your thoughts! |
nicoprow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the solution with an OriginID is problematic here.
- Can we not replace the origin-ID with the the tenant BPNL. Each Gate knows already its tenant and even can be multi-tenant in the case of the Portal. This way we do not need to introduce another identifier
- Now, each task is assigned with the origin-ID in the Orchestrator. This makes it exoplicit which tasks belong to the same company and also makes it easy to identify which company it is (for example based on the own company data). The Tasks should be assigned with priority and not with the origin-ID directly
|
I removed this pull request from the 6.3.0 milestone |
# Conflicts: # DEPENDENCIES # bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/config/GoldenRecordTaskConfiguration.kt
…-priority-based-record-processing
|



Description
This PR implements priority handling (High, Low) based on thresholds within the orchestrator. It also adds new endpoints for registering gate components with priorities. The orchestrator will generate the
OriginIdautomatically and that will be used by the gate component.Issue: eclipse-tractusx/sig-release#856
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: