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? |
Replies: 4 comments 3 replies
|
We will think about that , but why put |
|
That sounds like a reasonable thing to do in |
|
Thank you both for the reply! Do you need me to create a issue or will you guys handle it on your end? |
|
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! |
Done: #3807.
Most likely for the next
4.0.0milestone.Not sure when: April or May, or even June.
Either way this feature will be aimed for GA in November release train.