Re: Volume question

2018-04-16 Thread Fabian Hueske
Sorry, I forgot to CC the user mailing list in my reply. 2018-04-12 17:26 GMT+02:00 Fabian Hueske : > Hi, > > Sorry for the long delay. Many contributors are traveling due to Flink > Forward. > > Your use case should be well supported by Flink. Flink will partition and >

Volume question

2018-04-07 Thread TechnoMage
I have a use case that I wonder if Flink handles well: 1) 5M+ keys in a KeyedStream 2) Using RichFlatMap to track data on each key Will Flink spread one operator’s partitions over multiple machines/taskmanager/jobmanager? Michael