Hello, we have a business scenario. We have a real-time process to calculate how much red envelopes should be given to them for each transaction. For example, if a customer pays $100, we will give him a rebate of one thousandth. We currently use flinksql to Realize this function, but we found that flinksql cannot dynamically adjust this ratio. We want to know can flinksql implement broadcast tables like this? Broadcast the ratio?
- Can flink1.15.2 use flink sql to create a broadcast table? I di... yxy