Kafka 1.0 stops with FATAL SHUTDOWN error. Logs directory failed

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

    So this seems to be a windows issue.

    https://issues.apache.org/jira/browse/KAFKA-6188

    The JIRA is resolved, and there is an unmerged patch attached to it.

    https://github.com/apache/kafka/pull/6403

    so your options are:

    • get it running on windows and build it with the patch
    • run it in a unix style filesystem (linux or mac)
    • perhaps running it on docker in windows is worth a shot

提交回复
热议问题