我使用卡夫卡版本0.10.2.1和春季啓動我的項目。 我具有可以通過多個消費者消耗一個話題的5個分區(具有相同組ID),這些不同的機器上運行。 我面對什麼問題是: 我收到重複這些卡夫卡警告日誌讀取單個消息的 Auto offset commit failed for group my-consumer-group: Commit cannot be completed since the grou
我在春季啓動應用程序中設置了kafka監聽器,我似乎無法使用執行程序讓監聽器在池中運行。這裏是我的卡夫卡配置: @Bean
ThreadPoolTaskExecutor messageProcessorExecutor() {
logger.info("Creating a message processor pool with {} threads", numThreads);