tideland / gocells

Event Based Applications [DEPRECATED]
BSD 3-Clause "New" or "Revised" License
67 stars 6 forks source link

Add option for subscriptions with topic filtering #39

Open themue opened 5 years ago

themue commented 5 years ago

Right now an emit by a cell is received by all subscribers, they have to filter the topic on their own. To keep the business logic clean and also to allow more generic behaviours a filtered subscription would be useful (function or list of topics).