Eric Liu
03/02/2023, 4:44 AMDavid Anderson
03/02/2023, 6:01 AMEric Liu
03/02/2023, 7:35 AMBasil Bibi
03/03/2023, 9:08 AMKeyedBroadcastProcessFunction - we found it easier to reason about during the join function, what to do with elements that don't match and also updating the broadcast state at runtime when the external data set (in your case Users) changes.Eric Liu
03/10/2023, 8:40 AMKeyedBroadcastProcessFunction, have you seen any issues when the dimension data sometimes arrive later than the events data which causes some of the records in the event stream not get enriched by the dimension data?David Anderson
03/10/2023, 4:50 PMEric Liu
03/10/2023, 8:15 PMDavid Anderson
03/10/2023, 9:29 PMEric Liu
03/13/2023, 5:37 AMMERGE (union) helps here… and I couldn’t find the n-ary operator in Flink SQL docs…David Anderson
03/13/2023, 5:53 PMMartin Bomio
06/20/2023, 5:40 PM