Can we migrate to KRaft using JBOD with multiple disks? #10878
-
I'm unclear on whether JBOD with multiple disks is still a problem when migrating to KRaft. The latest Strimzi documentation says:
But other documentation I've seen seems to imply that with Kafka 3.8.0 there should be no problems with migration to KRaft. We have storage type JBOD with multiple disks and are using Strimzi 0.43 and Kafka 3.8.0. Can we migrate to KRaft without worry or is there something we should wait for? Thanks in advance for your response. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think this should be supported to the extend Apache Kafka supports it. Or @ppatierno? |
Beta Was this translation helpful? Give feedback.
Jakub is right. If you are using a Kafka version which supports multiple JBOD disks, you can run the migration.
The Strimzi migration code itself doesn't do anything special around disks. It just orchestrate the migration. It's Kafka dealing with disks during the running migration. I think that sentence in the Strimzi doc is mostly referring to the minimum Kafka version for migration 3.7.0, which has support for only one JBOD disk.