I am using netconfd-pro version 23.10 in one of my service. Whenever a specific data is changed, the server needs to send a notification to client service. The client service can should reply this request with a decision that requested operation (which comes from server as a notification) is valid or not in my application. The client service has to reach out some other data in database to be able to process the notification from server and reply it.
The server does not response any REST request until its request is finished. In client side, I need to send a rest request before replying the server notification.