Replies: 1 comment
-
Just implement one of the sub-interfaces of https://docs.spring.io/spring-kafka/docs/current/reference/html/#message-listeners |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to make a re-usable kafka consumer library that other teams can use to listen to my messages, complete with dead-letter queue, retry, de/serialization logic, etc... do I need to make a single listener method using
@KafkaListener
and go through hoops associated with that? or is there some information on how i can use the other ways?Thanks,
Beta Was this translation helpful? Give feedback.
All reactions