Topic management - Filter policy when subscribing to topic - suggestions
I'm having a requirement to add filter policy when users subscribe to topics, so they receive the notifications based on the filters.
Approach
Handle subscription filter policy logic at abstraction layer, and trigger notifications to the filtered out list of users / subscribers using bulk events trigger API.
10,000 users will require 100 API calls with 100 events per request.
Can you share your thoughts about the pros and cons of above approach? Or even a better solution.
2 Replies
@Ragu
Is this use case similar to previous post
Yes @Pawan Jain
It's kind of related to it.