在DataStream上有一个union的转换dataStream.union(otherStream1, otherStream2, ...),用来合并多个流,新的流会包含所有流中的数据。在DataStream上有一个union的转换dataStream.union(otherSt
在DataStream上有一个union的转换dataStream.union(otherStream1, otherStream2, ...),用来合并多个流,新的流会包含所有流中的数据。在DataStream上有一个union的转换dataStream.union(otherSt