Necessity of KafkaHandler on single method class #3804
-
Hi everyone, I understand very well the need of @KafkaHandler in a multimethod @KafkaListener, but in the case a singular method class it seems unnecessary. So i ask, is there a reason that in the case of a class-level annotated KafkaListener with only a singular method, KafkaHandler is still required? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
We will think about that , but why put |
Beta Was this translation helpful? Give feedback.
-
That sounds like a reasonable thing to do in |
Beta Was this translation helpful? Give feedback.
-
Thank you both for the reply! Do you need me to create a issue or will you guys handle it on your end? |
Beta Was this translation helpful? Give feedback.
-
Hi, @vitorsalves ! Please, take a look into this PR: #3865. After working on a code and considering some scenarios, we decided to not accept this feature. Thanks for understanding! |
Beta Was this translation helpful? Give feedback.
Done: #3807.
Most likely for the next
4.0.0
milestone.Not sure when: April or May, or even June.
Either way this feature will be aimed for GA in November release train.