org.aspectj.lang.annotation annotation not working with flink

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

org.aspectj.lang.annotation annotation not working with flink

Manish G
I have created a custom annotation to log time consumed by a method using aspectj library.
I tested it in a spring boot application for one of the rest endpoint and it works fine.

But when I annotate map method in my flink job class, it doesn't work.

Anyone having any inputs on it?

With regards