Kafka 1.0 stops with FATAL SHUTDOWN error. Logs directory failed

后端 未结 10 2042
别跟我提以往
别跟我提以往 2020-12-13 14:38

I have just upgraded to Kafka 1.0 and zookeeper 3.4.10.At first, it all started fine. Stand - alone producer and consumer worked as expected. After I\'ve ran my code for abo

10条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-13 15:11

    What worked for me was deleting both kafka and zookeeper log directories then configuring my log directories path in both kafka and zookeeper server.properties files (can be found in kafka/conf/server.properties) from the usual slash '/' to a backslash '\'

提交回复
热议问题