The java docker file has a mount "/var/lib/kafka/data" where data
gets stored. The native docker does not mount this directory
"/var/lib/kafka/data" and looking inside the container, I see that the data
gets stored in /tmp.

I want to store the log data on the host. Is this currently not working
when using kafka native docker? Or how can I configure it?

Reply via email to