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

events-api: consider metadata for duplicate relationships #29

Open
krzysztof opened this issue Apr 13, 2018 · 2 comments
Open

events-api: consider metadata for duplicate relationships #29

krzysztof opened this issue Apr 13, 2018 · 2 comments

Comments

@krzysztof
Copy link
Member

When an Identity relationship comes is (A isIdenticalTo B) and this relationship has already been evaluated in the past, the event is skipped. We should first take a look if we can use something from metadata before discarding.

@augustfly
Copy link
Member

do you mean the metadata in the payload that contained the relationship or using this as an opportunity (or trigger) to re-evaluate the metadata of the two objects link in the relationship? I had always thought of the latter as a process with a separate timescale for updates rather than one triggered by the discovery of a relationship.

@krzysztof
Copy link
Member Author

Hey, good question :) It's actually for both:

a) for the initial relationship payload (which is a bug and will be fixed)
b) all subsequent relationships which could potentially enrich (re-evaluate) metadata, which would be a nice feature, but then we get into the problem of determining which metadata is "better"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants