Async IO with SQL API

2020-08-18 Thread Spurthi Chaganti
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

Re: Async IO with SQL API

2020-08-19 Thread Spurthi Chaganti
TableFunction a Blink planner feature only. > > Cheers, > Till > > On Tue, Aug 18, 2020 at 8:11 PM Spurthi Chaganti < > spurthi.chaga...@gmail.com> wrote: > >> Hello folks, >> >> We are using flink 1.9 SQL API and we are NOT using blink planner. &