we are trying to achive the equivalent of
bin/kafka-console-consumer.sh

we tried " props.put("auto.offset.reset", "smallest");

but it still doesn't work.

how can I achieve --from-beginning in java code? thanks

(we are using 8.1.1)

Reply via email to