oracle / node-oracledb

Oracle Database driver for Node.js maintained by Oracle Corp.
http://oracle.github.io/node-oracledb/
Other
2.26k stars 1.08k forks source link

Include REGISTRATION_ID in the callback message parameter #1692

Open jasonlyle88 opened 2 months ago

jasonlyle88 commented 2 months ago

According to the node-oracledb documentation (and verified via usage), the callback message parameter does not include the subscription's registration ID.

The oracle documentation (and verified via usage) however, does provide the registration ID as an available field.

Can you please include this field from the database notification object on the javascript callback message parameter?

sharadraju commented 1 month ago

Thanks @jasonlyle88 for using node-oracledb. This will require some priority analysis, but we will look into it.