Hi, I need to put a binary file in map and then emit that map. I do it by encoding it as a string using Base64 encoding, so that's fine, but I am dealing with pretty large files, and I am running out of memory. That is because I read a complete file into memory. Is there a way to pass streams?
Thank you, Mark
