Does Flink support reading files or CSV files from java.io.InputStream instead of file paths?
I'd rather just store my file on the class path and load it with java.lang.ClassLoader#getResourceAsStream(String). If there is a way, I'd appreciate an example.