kafka错误 ,待解决

约定不等于承诺〃 2023-05-28 09:59 93阅读 0赞

Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that 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 message processing. 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.

Attempt to heartbeat failed since group is rebalancing

Revoking previously assigned partitions

Successfully joined group with generation

Setting offset for partition heihei-0 to the committed offset FetchPosition{offset=2450, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=DESKTOP-IVT2OLC:9092 (id: 0 rack: null), epoch=0}}

Failing OffsetCommit request since the consumer is not part of an active group

Group coordinator DESKTOP-IVT2OLC:9092 (id: 2147483647 rack: null) is unavailable or invalid, will attempt rediscovery

Connection to node 1 (DESKTOP-IVT2OLC/192.168.1.6:19092) could not be established. Broker may not be available.

博主强烈推荐:https://blog.csdn.net/persistencegoing/article/details/84376427

希望大家关注我一波,防止以后迷路,有需要的可以加群讨论互相学习java ,学习路线探讨,经验分享与java求职

群号:721 515 304

发表评论

表情:
评论列表 (有 0 条评论,93人围观)

还没有评论,来说两句吧...

相关阅读

    相关 解决的面试题

    hulu: 1、两个有序链表的合并。看过这个题,考虑下边界问题,可以用O(n)时间,O(1)空间解 决。写完后,说我代码有个小bug,然后讨论后改之。问这个算法