your kafka storage is probably on a tmpfs filesystem and is erased at reboot...
edit your config files, at least server.properties for entry logs.dir to use a real filesystem (ex: /home/kafka/tmp but it depends on the context)