2019-07-08 09:26:23 UTC - pradeep: hi Team, Does pulsar supports a single subscription (failover subscription) name in multiple clusters and send message to one of the subscribers even they are connected to multiple clusters? (global subscription for multiple cluster) ---- 2019-07-08 16:21:16 UTC - Matteo Merli: No, that would require very strong coordination across multiple cluster, which in general is a pattern to avoid.
You could do that by using sync replication (eg: a single logical cluster spanning multiple DCs) ---- 2019-07-09 05:33:04 UTC - pradeep: Thanks @Matteo Merli ----
