You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sendto annotation must be scanned for method in abstract class
Current Behavior
@KafkaListener scanned in abstract class(because use AnnotationUtils.findAnnotation), but @sendto can't scanned (because use SendTo ann = AnnotationUtils.getAnnotation(replyingMethod, SendTo.class);)