最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

java - Receiving unstable offsets using Spring Cloud Kafka Binder - Stack Overflow

programmeradmin2浏览0评论

I have an application with multi-cluster binder that reads from one Kafka cluster and produces message to another Kafka cluster. At some point I started to receive such log messages:

1 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=consumer-some-10, groupId=some] The following partitions still have unstable offsets which are not cleared on the broker side: [topicName-14], this could be either transactional offsets waiting for completion, or normal offsets waiting for replication after appending to local log

I have other applications that read from that cluster too and topic too, but no such error provided. I have no access to producer for that topic, so I do not know if even transactions are used there. The question is, is it problem with messages that producer wrote, or may my consumer be slow to commmit offsets? Or it is just a broker issue?

发布评论

评论列表(0)

  1. 暂无评论