Is it possible to start a kafka connect instance that reads from the *latest* offset as opposed to the earliest? I suppose this would be the equivalent of passing auto.offset.reset=earliest to a kafka consumer.
More generally, is this something that specific implementations of the kafka connect API would have to be responsible for handling or should it exposed through the connect API? Thanks, Aaron