Skip to content

Commit

Permalink
Merge pull request #138 from neojunjie/es-upgrade
Browse files Browse the repository at this point in the history
feat(gms): add delete events into es index
  • Loading branch information
danielkoh94 authored Nov 27, 2023
2 parents 7a2941c + df7dea8 commit 1a1fac1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ private void handleDeleteChangeEvent(@Nonnull final MetadataChangeLog event) {
deleteGraphData(urn, aspectSpec, aspect, isDeletingKey, event);
deleteSearchData(urn, entitySpec.getName(), aspectSpec, aspect, isDeletingKey);
}

// Populate update index with delete event
updateUpdateIndex(event);
}

// TODO: remove this method once we implement sourceOverride when creating graph edges
Expand Down

0 comments on commit 1a1fac1

Please sign in to comment.