Kafka 1.0 stops with FATAL SHUTDOWN error. Logs directory failed

后端 未结 10 2038
别跟我提以往
别跟我提以往 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:03

    I've tried all the solutions like

    • Clearing Kafka Logs and Zookeeper Data (issue reoccurred after creating new topic)
    • Changing log.dirs path from forward slash "/" to backward slash "\" (like log.dirs=C:\kafka_2.12-2.1.1\data\kafka ) folder named C:\kafka_2.12-2.1.1\kafka_2.12-2.1.1datakafka was created and the issue did stop and the issue was resolved.

    Finally I found this link, you'll get it if you google kafka log.dirs windows

提交回复
热议问题