You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, drp developers need to implement the resolveConflicts function by default. This causes several problems for the developers to start implementing a drp application and takes more time to read our documentation.
Proposed Solution
As we are going to have a deterministic topological sort. We can have a default order for operations using topological sort. This can help resolveConflicts become optional. Developers who require fine-tuned control can still override the default behavior by implementing their own version of resolveConflicts
Implementation PR
No response
Reference Issues
No response
Unresolved questions
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
trungnotchung
changed the title
[FEATURE] - make function resolveConflictsas optional
[FEATURE] - make the resolveConflictsfunction optional
Feb 15, 2025
Problem Description
Currently, drp developers need to implement the
resolveConflicts
function by default. This causes several problems for the developers to start implementing a drp application and takes more time to read our documentation.Proposed Solution
As we are going to have a deterministic topological sort. We can have a default order for operations using topological sort. This can help
resolveConflicts
become optional. Developers who require fine-tuned control can still override the default behavior by implementing their own version ofresolveConflicts
Implementation PR
No response
Reference Issues
No response
Unresolved questions
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: