Skip to content

Replace getAnnotation to findAnnotation in MethodKafkaListenerEndpoint::getReplyTopic() #2304

@VovkaSOL

Description

@VovkaSOL

Expected Behavior

@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);)

Context

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions