Problem.
In the TEST tenant, events are being passed as expected.
ObjectFilter = (equals(type,'configuration/entityTypes/Talent') and (exists(attributes.TalentID) and equals(attributes.Status,'Published')) and not equals(analyticsAttributes.AttributeValidations.Message,'Multiple Is Active Exists'))
In the UAT tenant, events are not being passed as expected.
ObjectFilter = (equals(type,'configuration/entityTypes/Talent') and (exists(attributes.TalentID) and equals(attributes.Status,'Published')) and not equals(analyticsAttributes.AttributeValidations.Message,'Multiple Is Active Exists'))
Solution
Check streaming in the physical tenant. Make sure that both of these properties are set to tru.
"streamingConfig": { "streamingEnabled": true, "streamingAPIEnabled": true,
Comments
Please sign in to leave a comment.