Re: Flink connection to remote server

2022-01-03 Thread Matthias Pohl
Hi Mariam, a quick mailing list query and Jira query didn't reveal any pointers for Flink with Milvus, unfortunately. But have you had a look at Flink's AsyncIO API [1]? I haven't worked with it, yet. But it sounds like something that might help you accessing an external system. Matthias [1] http

Flink connection to remote server

2022-01-03 Thread Mariam Walid
Dear All, I have a question regarding contacting a remote server and receiving responses in flink functions. What is the best approach to do so? If also other users have used flink with milvus server, I have trouble running the job on flink cluster although it is working locally. I would really ap