Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 840 Bytes

File metadata and controls

20 lines (11 loc) · 840 Bytes

Architecture

Notification Service Architecture

Notification Service Architecture

Flow Diagram

Notification Service Flow Diagram

  1. From Notification Service Sync API call is sent to the SMS/email provider and Async API call is sent to the Kafka cluster.
  2. If processing the notification is failed then the same message is pushed to the topic Kafka and then it is processed by the notification flink job in Lern data-pipeline.