我是靠谱客的博主 动人含羞草,这篇文章主要介绍kafka异常汇总,现在分享给大家,希望可以做个参考。

1.o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=consumer-3, groupId=YYY] Offset commit failed on partition XXX-45 at offset 13898997: The coordinator is not aware of this member.

2. failed: 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 the session timeout or by reducing the maximum size of batches returned in poll() with max.poll.records.

3.java.util.ConcurrentModificationException: KafkaConsumer is not safe for multi-threaded access

4.

[kafka-producer-network-thread | producer-1] o.s.k.support.LoggingProducerListener    : Exception thrown when sending a message with key='null' and payload='{YYYY...' to topic XXX:

org.apache.kafka.common.errors.TimeoutException: Expiring 1 record(s) for XXXtopic-3: 38877 ms has passed since batch creation plus linger time

最后

以上就是动人含羞草最近收集整理的关于kafka异常汇总的全部内容,更多相关kafka异常汇总内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(77)

评论列表共有 0 条评论

立即
投稿
返回
顶部