spring kafka的问题集锦

===2024-02-27 15:06:36.648 INFO [kafka-coordinator-heartbeat-thread | test-consumer-group] org.apache.kafka.clients.consumer.internals.AbstractCoordinator Line:979 - [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Member consumer-test-consumer-group-1-9e01d96d-5dc4-4c6b-a30c-81df570f4aa8 sending LeaveGroup request to coordinator 152.168.0.151:9092 (id: 2147483647 rack: null) due to consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.

===2023-12-03 09:50:00.839 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] org.apache.kafka.clients.FetchSessionHandler Line:481 - [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Error sending fetch request (sessionId=576945944, epoch=INITIAL) to node 0: {}.

org.apache.kafka.common.errors.DisconnectException: null

===2023-11-27 17:33:09.950 INFO [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] org.apache.kafka.clients.consumer.KafkaConsumer Line:1602 - [Consumer clientId=consumer-test-consumer-group-1, groupId=test-consumer-group] Seeking to offset 63990 for partition MessageCentor001-0

相关推荐
Java技术小馆2 分钟前
GitDiagram如何让你的GitHub项目可视化
java·后端·面试
Codebee18 分钟前
“自举开发“范式:OneCode如何用低代码重构自身工具链
java·人工智能·架构
Exclusive_Cat23 分钟前
SpringMVC参数接收与数据返回详解
spring·mvc
程序无bug34 分钟前
手写Spring框架
java·后端
程序无bug36 分钟前
Spring 面向切面编程AOP 详细讲解
java·前端
全干engineer1 小时前
Spring Boot 实现主表+明细表 Excel 导出(EasyPOI 实战)
java·spring boot·后端·excel·easypoi·excel导出
Fireworkitte1 小时前
Java 中导出包含多个 Sheet 的 Excel 文件
java·开发语言·excel
GodKeyNet1 小时前
设计模式-责任链模式
java·设计模式·责任链模式
a_Dragon11 小时前
Spring Boot多环境开发-Profiles
java·spring boot·后端·intellij-idea
泽02021 小时前
C++之红黑树认识与实现
java·c++·rpc