I have a kafka topic needs to be limited based on size config: retention.bytes. This topic has 4 partitions.
Each partition has 1 leader and 2 replicas on 3 different brokers.
Say the retention.bytes=1,073,741,824
Is it that each replica will be limited to 1GB, which means each partition is limited to 3GB of logs.
or each partition (logs on 3 brokers in total) will be limited to 1GB of logs?