Go to file
2021-04-19 13:26:02 +03:00
build_utils@24aa772730 Up build_utils 2021-04-02 23:11:36 +03:00
images Add doc 2020-06-30 10:04:00 +03:00
src Fix logic and review comments 2021-04-19 13:26:02 +03:00
.gitignore Init commit 2020-06-29 13:12:21 +03:00
.gitmodules Init commit 2020-06-29 13:12:21 +03:00
Jenkinsfile Fix build 2020-06-29 18:30:20 +03:00
pom.xml JD-165: Switch to service-parent-pom (#19) 2021-03-25 16:14:52 +03:00
README.md Add doc 2020-06-30 10:04:00 +03:00

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