Possible Bug

2020-04-28 Thread Marie May
Hello I am running into the same issue this person posted here: https://stackoverflow.com/questions/61246683/flink-streamingfilesink-on-azure-blob-storage I see no one has answered so I thought maybe I could report it as a bug but the site said to mail here first if unsure its a bug or not first.

Testing multi-sink flink jobs

2020-06-10 Thread Marie May
Hey Everyone, I am having an issue with how to test a flink job as a whole (rather than its functions) when there is more than one sink. It seems CollectSink() will work only for when there is a single instance .addSink method. Has anyone implemented this successfully? Or is it not possible?