, Flink SQL
will make join easier.
Reference:
[1]
https://ci.apache.org/projects/flink/flink-docs-stable/dev/stream/state/broadcast_state.html
Best,
Fuyao
From: B.B.
Date: Monday, April 5, 2021 at 06:27
To: Fuyao Li
Subject: Re: [External] : Union of more then two streams
Hi Fuyao,
thanks for
more then two streams
Hi,
I have an architecture question regarding the union of more than two streams in
Apache Flink.
We are having three and sometime more streams that are some kind of code book
with whom we have to enrich main stream.
Code book streams are compacted Kafka topics. Code books are
Hi,
With a.connect(b).coprocess(xx).connect(c).coprocess(xx), there would create two
operators, the first operators would union a and b and output the enriched
data,
and then .connect(c).coprocess(xx) would pass-throught the already enriched data
and enrich the record from c. Since the two oper
Hi,
I have an architecture question regarding the union of more than two
streams in Apache Flink.
We are having three and sometime more streams that are some kind of code
book with whom we have to enrich main stream.
Code book streams are compacted Kafka topics. Code books are something that
does