Hi everyone,

I have a pipeline where I union several streams. I want to test it and don't
want to populate one of the streams. I'm usually creating streams with:

DataStreamTestBase.createTestStreamWith(event).close();

The above statement creates a stream and puts the `event` inside. But in my
case I want to create an empty stream.

How do I do it?

--
Thanks, Dmitry




--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Reply via email to