Hi,
as I read from the API of DomainParticipant:register_durable_subscription:
If the same Durable Subscription is created on a different com.rti.dds.topic.Topic, the Persistence Service will implicitly delete the previous Durable Subscription and create a new one on the new com.rti.dds.topic.Topic
Does this mean that the durable subscription is unique within the domain or across all domains?
Thanks.