I have a kafka topic with 4 partitions as I have a consumer group with 4 consumers.
My intent is to ensure that messages are equally distributed across partitions.
Is there a way to verify the message distribution across partitions of a kafka topic ?