两个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
AccessDeniedException,这个错误,说你没有权限访问
/tmp/kafka-streams/CONSUMER-CommonMessage/0_0/./checkpoint
目录。
你的答案