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.