We have implemented an async stream processor using the source/document as source stream which process the deleted document record and do HXI delete ingest computation. Currently, source/document stream gets the record of all theĀ deleted documents but we want this computation to be filtered on the basis of facets.
Having the list of facets inĀ DocumentDomainEvent as an attribute would fulfill the requirement.