Hi all
According to gnmi-specification a target should "sync all data to client" firstly no matter what current subscription mode(ONCE POLL STREAM/SAMPLE STREAM/ON_CHANGE) is. However the netconf event/yang notification may not be suitable or able to sync because it represents a specific triggered event(for example an user login event). In addtion there are no effective notification statements in openconfig yang models(search result only shows comments). So I'am wondering if gNMI supports netconf event/yang notification? If not, what should the target respond(error or silently ignoring)? If so, which mode should be used and what is the expected behavior?
Thank you.