stream/operators/process_function.html#the-keyedprocessfunction
>
> --
> Sender:Li Wang
> Date:2021/01/11 07:10:27
> Recipient:
> Theme:Re: Use Flink to process request with list of queries and aggregate
>
> Can I get any suggestion? Thanks
:10:27
Recipient:
Theme:Re: Use Flink to process request with list of queries and aggregate
Can I get any suggestion? Thanks a lot.
- Li
--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Can I get any suggestion? Thanks a lot.
- Li
--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Hi Team,
I have a Flink application reading from Kafka. Each payload is a request
sent by a user containing a list of queries. What I would like to do is use
Flink to process the queries parallelly and aggregate results and send back
to the user.
For example, let's say we have two messages in Kaf