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
if I need a lot of ConcurrentKafkaListenerContainerFactory with different concurrency,I have to implements KafkaListenerConfigurer interface,and use "registrar.registerEndpoint(endpoint, containerFactory)" to register different ConcurrentKafkaListenerContainerFactory in a "forEach" ,because they have different concurrency.if @KafkaListener support concurrency ,it's may be better.
Thanks.