we have kafka cluster with 3 nodes
kafka contain 5 topics and each topic include 100 partitions
now we want to set the retention bytes and the retention segment in way that each topic partition will not high the 5G ( because we are limited according to kafka disk size )
is it possible to tune the values of retention bytes and segment bytes , so no way that any topic partition will be high then 5G ?