两个kafkaStreams 客户端消费同一个topic,其中一个客户端启动报错 failed to rebalance

yep 发表于: 2020-02-13   最后更新时间: 2020-02-13 13:55:56   1,513 游览

两个kafkaStreams 客户端消费同一个topic,其中一个客户端启动报错 failed to rebalance

Error caugth during partion assigment,will abort the current process and re-throw at the end of reblance
org.apache.kafka.streams.error.PrecessorException:task[0_0] Error while creating the state manager
.
.
.
.
caused by AccessDeniedException:/tmp/kafka-streams/CONSUMER-CommonMessage/0_0/./checkpoint
发表于 2020-02-13
yep
添加评论

AccessDeniedException,这个错误,说你没有权限访问

/tmp/kafka-streams/CONSUMER-CommonMessage/0_0/./checkpoint

目录。

你的答案

查看kafka相关的其他问题或提一个您自己的问题