[NETCONF-1085] Restconf replay notifications are not working Created: 14/Jul/23 Updated: 14/Jul/23 |
|
| Status: | Open |
| Project: | netconf |
| Component/s: | None |
| Affects Version/s: | 2.0.14, 5.0.4 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | High |
| Reporter: | Valentin Mayamsin | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
opendaylight-user@root> feature:install odl-restconf-nb odl-toaster $ curl -X GET http://localhost:8181/rests/data/ietf-restconf-monitoring:restconf-state/streams $ curl -X GET http://localhost:8181/rests/data/ietf-restconf-monitoring:restconf-state/streams ... , { "encoding": "XML", "location": "http://localhost:8181/crosswork/nbi/optima/v1/restconf/notif/notification-stream/toaster:toasterRestocked" } ], $ curl -N http://localhost:8181/rests/notif/notification-stream/toaster:toasterRestocked/JSON In another window: The above RPC produces notifications on toaster:toasterRestocked SSE stream, however if I join with another listener, it never recives previously produced notifications. "replay-support" is true, however there is seem to be no way to actually replay notifications |