Aluminium SR2 RFC8040 SSE support
Zsolt Krenak
Hi Everyone, I'm new to OpenDaylight and started to work on some demo app based on Aluminium. I created a simple RPC which can add nodes to ietf:network. I would like to get data change notifications working and WebSocket based notification works as described in documentation but I also found that based on this commit: https://git.opendaylight.org/gerrit/c/netconf/+/90229 RFC8040 based SSE should also be supported. I didn't find any documentation on it and the trivial way (described in RFC) does not seem to work. Is this supported at all? Is there any guide how to get it working? Thanks in advance! Zsolt |
|
+TSC for this question...i believe that this is supported but i'm going to let somebody else confirms On Tue, Mar 30, 2021 at 1:01 AM Zsolt Krenak <zsolt.krenak@...> wrote:
|
|
Zsolt Krenak
Hi Everyone, This question is still valid, can someone give me a definitive answer? Thanks in advance! Br, Zsolt |
|
Luis Gomez
I think this jira explains how to use the feature:
toggle quoted message
Show quoted text
And there is also this test in robot: Let us know if you have further questions. BR/Luis
|
|
Zsolt Krenak
Hi Luis, Thank you very much, based on the two links you provided I managed to get it working. This is really good as HTTP based notifications are much more preferable in a modern environment than websocket. Thanks again! Br, Zsolt |
|