Skip to content

Turn Off stream if WFE or OpMgr are down

Chau Vo requested to merge minor/ADAPT-2604 into master

Work includes:

  • Adding adapterBase.js to healthcheck IAP apps
  • Updating adapter.js to handle kafka consumer if IAP apps are down

New service config properties to use the new feature. Please follow README for details.

"check_iap_apps": true,
"check_wfe_status": true,
"check_ops_manager_status": false,
"iap_apps_check_interval": 15000,
Edited by Ishita Prakash

Merge request reports