Yes, you can have your mirror maker reading from earliest offset by specifying "auto.offset.reset=smallest" in your consumer configuration file which is provided to mirror maker.
On Thu, Oct 8, 2015 at 5:49 PM, Clelio De Souza <cleli...@gmail.com> wrote: > Hi there, > > I am trying to setup a Kafka Mirror mechanism, but it seems the consumer > from the source Kafka cluster only reads from new incoming data to the > topics, i.e. it does not read historically saved data in the topics. > > Is there a way to define the consumer of Kafka Mirror to read from the > beginning of the topics of my source Kafka cluster? > > Many thanks in advance! > > Cheers, > Leo >