Managing multiple projects using a shared backbone
What happens if you have 2 concurrent projects using the same backbone to manage different concurrent campaigns
Issues:
- separating subscriptions
- who receives what?
- how do you avoid receiving lots of noise?
- managing permissions
- who is allowed to control which resources?
- who manages the permissions?
- who enforces the permissions?
- is the design fundamentally different if we switch from ephemeral to permanent infra?
- how do you handle the backbone relay concept?