Hi How do we get the starting offset of a partition from a topic when we have a retention policy configured? I've checked in shell script kafka-topic.sh or kafka-console-consumer.sh but found nothing so far. Do we have to implement our own solution to get this information? It could be nice in kafka-console-consumer.sh to display LOG-BEGIN-OFFSET like it already displays LOG-END-OFFSET. Thanks,
Pierre