Go to file
2024-10-08 15:11:35 +00:00
.github Up libs (#38) 2024-10-08 15:11:51 +03:00
images Add doc 2020-06-30 10:04:00 +03:00
src Up libs (#38) 2024-10-08 15:11:51 +03:00
.gitignore Init commit 2020-06-29 13:12:21 +03:00
LICENSE Let's make it opensource 2021-08-03 14:01:56 +03:00
pom.xml Update dependency org.apache.maven.plugins:maven-remote-resources-plugin to v3 2024-10-08 15:11:35 +00:00
README.md TD-45: to dev.vality (#2) 2022-02-01 00:07:23 -08:00
renovate.json Update renovate config 2022-02-21 13:49:55 +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