Re: Guide on writing Flink plugins
Posted by
Chesnay Schepler on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Guide-on-writing-Flink-plugins-tp38488p38493.html
I would recommend looking at one of the
existing reporter modules, like flink-metrics-slf4j.
The important bit plugin-wise is to
have a factory class and the META-INF/services entry.
On 10/6/2020 5:23 AM, Kien Truong
wrote:
Hi all,
We want to write a Flink plugins to integrate Flink jobs
with our in-house monitoring system. Are there any guide or
tutorial that we can follow to write a Flink plugins ?
The official documents are a bit bare bone.
Regards,
Kien