hello, I am a green hand with Flink, and I want to build a topology with streaming api like this:
datastream.fliter(new Myfilter()).addSink(new Mysink()).map(new MyMap()).addSink(MySink2()) can Flink support operations like this? Hope for your reply sincerely. thx.