I keep getting this error when running Kafka on Windows 10:
ERROR Error while writing to checkpoint file c:\kafka\config\kafka-logs\log-start-offset-checkpoint (kafka.server.LogDirFailureChannel)
java.nio.file.AccessDeniedException: c:\kafka\config\kafka-logs
My server.properties file I modified the logs.dir to:
log.dirs=c:/kafka/config/kafka-logs
Not sure what to do, tried changing the log.dirs but still same error.
My kafka install folder is c:\kafka and I have full permissions to the folder.
Is this an issue with Zookeeper?
Any advice is much appreciated.