Yang Fri, 06 Feb 2015 02:50:00 -0800
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)