debug-vaibhav / pacific.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event implementation

debug-vaibhav opened this issue · comments

  1. Event received at web microservice can be first saved in web microservice's database,
  2. So that it can be saved with MSSQL database transaction way and then a scheduler will send those events to worker exchange.
  3. Once worker exchange receives event successfully we can mark it with is_sent flag in web microservice's database