Github user kl0u commented on the issue:
https://github.com/apache/flink/pull/6130
Hi @bowenli86 !
Why not having a `flatmap` after the `readFile` and for every incoming
element you emit as many copies as you want?
Personally, I am not so fond of adding methods to the public APIs for such
specific usecases.---
