I have a RichCoFlatMapFunction
DataStream metadataKeyedStream = env.addSource(metadataStream) .keyBy(Metadata::getId); SingleOutputSt