Re: Using async io in cep

2020-01-08 Thread Dawid Wysakowicz
zjfpla...@hotmail.com > >   > *From:* Dawid Wysakowicz <mailto:dwysakow...@apache.org> > *Date:* 2020-01-06 18:09 > *To:* 郑 洁锋 <mailto:zjfpla...@hotmail.com>; user > <mailto:user@flink.apache.org> > *Subject:* Re: Using async io in cep > >

Re: Re: Using async io in cep

2020-01-06 Thread 郑 洁锋
org> Date: 2020-01-06 18:09 To: 郑 洁锋<mailto:zjfpla...@hotmail.com>; user<mailto:user@flink.apache.org> Subject: Re: Using async io in cep Hi, You cannot use the Async IO as described here[1] in the CEP library, if that's what you are asking for. It is also not that straightforwa

Re: Using async io in cep

2020-01-06 Thread Dawid Wysakowicz
Hi, You cannot use the Async IO as described here[1] in the CEP library, if that's what you are asking for. It is also not that straightforward to say what would an async processing in that case mean. Primary use case for Async IO is to execute parallel computations of independent data. In case o

Using async io in cep

2020-01-06 Thread 郑 洁锋
Hi, Is there a way to use asynchronous io to query the database in the process of cep? zjfpla...@hotmail.com