Publisher Callback or Notification after max retries or timeout

2 posts / 0 new
Last post
Offline
Last seen: 4 years 1 month ago
Joined: 02/12/2020
Posts: 1
Publisher Callback or Notification after max retries or timeout

Hi, 

 

In dds spec and rti dds implementation, is there any policy or api to get publsiher notified if not all subscribers hVd acknowledged the message, after max retries or timeout? 

Offline
Last seen: 1 year 1 month ago
Joined: 10/22/2018
Posts: 91

We provide the DDS_DataWriter_wait_for_acknowledgements API for this purpose. It allows you to block your thread until all subscriptions have ack'd a sample within the specified timeout.