Hi Kafka Team, I am a beginner in using apache kafka service. I have installed kafka_2.11 on windows platform but i am facing following two issues
1] I want disk space to be free up after some interval of time once the message is produced. For this i'v set log.retention for 1 hr. But when the time reaches for deleting the segments service is throwing following error "Error while deleting segments for topic topicName" "The process cannot access file because it is being used by another process". 2] Whenever i restart kafka server it ends up saying "FATAL shutdown broker because all log dirs in "C:\path" have failed" when i delete the log folder and restart kafka, it runs normally. so every time i delete log folder i'm loosing unconsumed data. Any help would be appreciated. Thank you. Regards Nirag