Hi Flinkers,
I am trying to read Files (in byte array format) and these are legacy system files (mainframe). these will be files with millions to 100s of millions of records in them and I want to read them in my Flink Job. I am contemplating which API to use for this? Table API vs DataStream API?
Could you please help me out with what approach to go with for this kind of use case?