Join Slack
Powered by
hello friends can anyone share me details and Refe...
# troubleshooting
t
Tarun Namdev
10/05/2023, 5:50 AM
hello friends can anyone share me details and Reference. i have to develop a bank fraud application on flink for 1: Check if the customer in transaction is already black listed. 2: No of transaction are not more than 10 in a 1 minute.
k
Keyur Makwana
10/10/2023, 6:59 AM
@Tarun Namdev
You can use dynamic filtering to check black listed customer
https://selectfrom.dev/dynamic-filtering-in-flink-af6939f3da2e
For the number transaction more than 10 you can use Filnk Windowing Based on your requirement I think you can use Tumbling window
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/operators/windows/
Open in Slack
Previous
Next