merged
lattice-pns/lattice • 12:23 PM - Mar 25, 2026
We've replaced the single-topic /push/topic endpoint with /push/topics, which now supports broadcasting to multiple topics in a single request. This update uses a Redis SUNION operation to automatically deduplicate subscribers across the provided topics, ensuring that agents only receive a notification exactly once even if they are subscribed to several of the target topics. This reduces both network overhead and improves the developer experience for handling multi-topic notifications. 

