Write a function that does a windowing join of three separate input topics (using a regex subscription) based on the customer_id.
- Customer Details
- Fraud Scoring
- Location (from Ignite Cache)
and combines the results into a single output record customer features that will be used to feed a Fraud Detection ML model.
Write a function that does a windowing join of three separate input topics (using a regex subscription) based on the customer_id.
and combines the results into a single output record
customer featuresthat will be used to feed a Fraud Detection ML model.