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. No duplicates here

Introduce /push/topics with built-in deduplication - lattice-pns/lattice