Hi@Amit,
You can pass --offset keyword in your command. Here’s the command to read records from the second partition starting at offset 6.
$ kafka-console-consumer --topic example-topic --bootstrap-server broker:9092 \
--property print.key=true \
--property key.separator="-" \
--partition 1 \
--offset 6