Moneyhub-Hosted Apache Kafka

Topic names and schemas for transaction ingress, transaction egress, and regular series egress.

Topics

Topic NameDescriptionLink to Schema
<your-client-id>.enrichment.transactions.ingressRaw transactions you wish to enrich.Schema
<your-client-id>.enrichment.transactions.egressEnriched transaction output.Schema
<your-client-id>.enrichment.regularseries.egressRegular series detection results for a user, published when detection completes. One message per detect request, with series grouped by account in the accounts[] array. By default, the full set of series for each account is included; configurable to changed series only — see List of configurable features.Schema

Topics are named using the convention of:

  1. Your clientId
  2. The domain (enrichment -> enrichment engine)
  3. The relevant resource
  4. The nature of the data in the topic

Did this page help you?