anyone has month here to talk? after user create...
# troubleshooting
a
anyone has month here to talk? after user create an order(invoice) i want create same order(invoice) weekly ...how can implement it in flink as timely job user create new order={product:"p1", time :"now"} then system automaticlly =>next week new order={product:"p1", time :"week2"}=>next week new order={product:"p1", time :"week3"}=>...
d
How about CRON + SQL UPDATE ?
a
i know it but is not scale
m
I don’t think this is a good use case for Flink
There’s no incoming trigger for the trigger next week. So you would have to create that artificially
Please keep your questions in one thread
a
flink has not auto event trigger
m
Triggers are the incoming events (in streaming) or a cron/manual start (in batch)
a
artificialy ?
i want my problem answer dont confuse me with other topics