Go to file
Pospolita Nikita a52b6b132d
[APM-7] New structure in DigitalWallet (#4)
1) fistful-proto migration from rbk.money to vality.dev
2) fistful-proto new DigitalWallet structure (APM-7)
3) added github/actions
2022-01-31 12:07:36 +03:00
.github/workflows [APM-7] New structure in DigitalWallet (#4) 2022-01-31 12:07:36 +03:00
build_utils@a87ebf3ae5 Update build utils 2021-11-23 14:05:36 +03:00
images Add doc 2020-06-30 10:04:00 +03:00
src [APM-7] New structure in DigitalWallet (#4) 2022-01-31 12:07:36 +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 JD-733: upd proto, migrate to Java 15 and JUnit5 2021-10-20 16:33:24 +03:00
LICENSE Let's make it opensource 2021-08-03 14:01:56 +03:00
pom.xml [APM-7] New structure in DigitalWallet (#4) 2022-01-31 12:07:36 +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