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

Posted by 苏喜 张 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/How-do-I-call-an-algorithm-written-in-C-in-Flink-tp42027.html

The 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?