You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by 苏喜 张 <15...@163.com> on 2021/03/08 06:09:58 UTC

How do I call an algorithm written in C++ in Flink?

My company has provided an algorithm written in C++, which has been packaged into a.so file. I have built a SpringBoot project, which uses JNI to operate the algorithm written in C++. Could you please tell me how to call it in Flink?Do i need to define operators, chains of operators?