Hi,
Sorry for the late reply.
AFAIK, it's impossible to do Async IO on pure Table API / SQL in 1.9
old planner.
A doable way is convert the Table into DataStream and apply AsyncFunction
on it.
Best,
Jark
On Thu, 20 Aug 2020 at 00:35, Spurthi Chaganti
wrote:
> Thank you Till for your response.
Thank you Till for your response.
We haven't completely evaluated migration to blink planner as it was not
prioritized, certainly a task we would look into if we arent able to get a
solution using SQL api.
On Wed, Aug 19, 2020 at 3:23 AM Till Rohrmann wrote:
> Hi Spurthi,
>
> thanks for reachin
Hi Spurthi,
thanks for reaching out to the Flink community. Have you tried using the
Blink planner where these features are available?
Pulling in Jark and Timo who worked on this feature and who might be able
to explain to you the rationale behind making the LookupableTableSource and
AsyncTableFu
Hello folks,
We are using flink 1.9 SQL API and we are NOT using blink planner. Our
platform users express their flink jobs as SQL queries. We currently have a
use case of asynchronously lookup data from third parties for every event
we read from kafka stream and populate additional fields whi