Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 725 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 725 Bytes

fraudbusters-mg-connector

Service for stream process mg-event-sink to local fraud model.

Stream topic scheme

alt text

Service read data from mg-event-sink using protocol machinegun_proto. Find need events:

  • chargeback (with statuses - accepted, rejected, cancelled)
  • refund (with statuses - succeeded, failed)
  • payment (with statuses - processed, captured, cancelled, failed)

Map to local fraudbusters model fraudbusters_proto and split to topics by events type

  • chargeback
  • refund
  • payment