:wave: We're trying to enable event-time alignment...
# troubleshooting
m
👋 We're trying to enable event-time alignment on a pipeline using a Kinesis source and struggling with understanding whether this should be possible as of Flink 1.15. I see FLIP-182 describing adding this functionality to the newer Source interface added in FLIP-27, does that mean watermark alignment isn't available on pre-FLIP-27 sources?
m
Correct, it’s not available on pre-FLIP-27 sources
There’s currently working being done to port Kinesis to the new interface
m
I saw that from just a couple days ago, nice timing. Thanks!