Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At the time of Eagle Topology starts ,  Code should scan and register the Notification Type ( Custom Notification / Email / Kafka Message  etc.. ).  Since Eagle allows users to implement their own Notification Implementation  , Our Topology Init code should automatically detects and register which type of Notification needs to be used .

 public class SECAlerts implements  NotificationPlugin {

 }

 When users deploys their code with Eagle Service , Our Topology Initializer  have to detect SECAlerts and Register it automatically.

How to select Notification When defining Policy ?

      Eagle should allow users to select the Notification Type  at the time of Policy Creation.. For that we need to persist the detected policies in HBase and Provide API on Top of It to Query.        

      To ensure the consistency always delete the Notification Table and Recreate with detected Notifications.