I have a Kafka cluster in Kubernetes. I have a persistent volume attached to each of my 3 Kafka pods.
I am planning on resizing the attached disk via GCP API's while the Kafka cluster is still running [client are producing and consuming from Kafka when the resize is happening].
After that I will do a rolling restart of the Kafka cluster [3 pod cluster].
Will there be any data loss if I resize the disk of a running cluster ? Can we still read and write from the disk while the resize is happening ?
Thanks a lot for your answers