Kafka: unable to start Kafka – process can not access file 00000000000000000000.timeindex

I had the same issue. The only way I could figure it out that was just delete the C:\tmp\kafka-logs directory. After that i was able to start up the kafka server.

You will lose your data and the offset will start from 0.

Leave a Comment