Thanks for the detailed example.
1.For the stream subscribed, there is no specific stream, just subscribe to all streams.
2.In confd,conf, just enable the notification
<notification>
<enabled>true</enabled>
<!--
Enable this to make the agent handle RPCs while sending
notifications.
-->
<interleave>
<enabled>false</enabled>
</interleave>
</notification>
There is one important point I forgot to mentioned. After the in-service upgrade, I have to close all existed sessions otherwise the service will keep getting the “capabilities changed error” from confd.
See this topic I posted before:
So I do is close all ssh sessions to the confd and reopen, then re subscribe. But even like this, after subscribe again, the application should be able to receive the notification, correct ?