I have an object with fields source
, target
and count
, and I have a keyed stream with a key of source:target
where the count is aggregated. The results are then sent to an AWS lambda. My question is: in a single lambda invocation, will all the records in the lambda have the same source and target, or is it not guaranteed? Thanks.
amazon web services - Flink aggregation sent to AWS lambda - Stack Overflow
评论列表(0)
- 暂无评论