Hello everyone, I couldn't find an answer to this on the web so: If I have a Kafka cluster where nodes have different disk size, is there a way to have an automatic partitioning aware of these disk sizes (i.e. allocating 4 partitions to the 4TB node and 1 partition to the 1TB node)? I know I can partition by hand, but it would be much easier if I could just declare a max disk space to the partitioner one way or the other.
Thanks in advance, Vincent Bernardi