Getting notification for get_next, get_elem, for callpoints

Hi All,

We have defined a callpoint in our schema as shown below,

list server {
  description
    "Server configuration";

  tailf:callpoint "some-server-config-db";

The server information is maintained in external db and is configuration element. When we perform a create, update on the config elements, we are getting the relevant callbacks.

However, when get-config request is invoked we are not receiving any notifications from confd. Can someone suggest what could be going wrong.

Thank you,
Gururaja Pn

Any messages in the developer log? Most problems with callbacks are somehow traced there - set developerLogLevel to trace in your confd.conf, do confd --reload and rerun the request.