我的kafka用户使用错误日志启动:这不是正确的协调器

时间:2018-07-21 03:52:51

标签: kafka-consumer-api spring-kafka

我用springboot编写了一个kafka消费者应用程序,当我启动我的应用程序时,我从控制台中获得了这些错误日志,我不知道这是什么意思,我只是kafka的新成员任何人都可以帮助我解决这个错误,非常感谢!

[10:07:17:231] [ERROR] -  - [Consumer clientId=consumer-26, 
groupId=gyzd-test] Offset commit failed on partition PayDone-0 at offset 
0: This is not the correct coordinator.
[10:07:17:231] [ERROR] -  - [Consumer clientId=consumer-16, 
groupId=gyzd-test] Offset commit failed on partition ErrorLog-0 at 
offset 0: This is not the correct coordinator.
[11:22:36:344] [ERROR] -  - [Consumer clientId=consumer-26, 
groupId=gyzd-test] Offset commit failed on partition PayDone-0 at offset 
0: The group is rebalancing, so a rejoin is needed.
[11:22:36:344] [ERROR] -  - [Consumer clientId=consumer-26, 
groupId=gyzd-test] Offset commit failed on partition PayDone-0 at offset 
0: The group is rebalancing, so a rejoin is needed.
[11:22:36:422] [ERROR] -  - [Consumer clientId=consumer-20, 
groupId=gyzd-test] Offset commit failed on partition ErrorLog-0 at 
offset 0: The group is rebalancing, so a rejoin is needed.
[11:22:36:422] [ERROR] -  - [Consumer clientId=consumer-20, 
groupId=gyzd-test] Offset commit failed on partition ErrorLog-0 at 
offset 0: The group is rebalancing, so a rejoin is needed.
[11:22:36:422] [ERROR] -  - [Consumer clientId=consumer-20, 
groupId=gyzd-test] Offset commit failed on partition ErrorLog-0 at 
offset 0: The coordinator is not aware of this member.
[11:22:36:422] [ERROR] -  - [Consumer clientId=consumer-20, 
groupId=gyzd-test] Offset commit failed on partition ErrorLog-0 at 
offset 0: The coordinator is not aware of this member.
[11:22:36:437] [ERROR] -  - [Consumer clientId=consumer-26, 
groupId=gyzd-test] Offset commit failed on partition PayDone-0 at offset 
0: The coordinator is not aware of this member.

0 个答案:

没有答案