Why is one tenant producing events in a queue using an objectFilter, and another tenant is not?

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,


 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.