Jeff Widman created KAFKA-4668: ---------------------------------- Summary: Mirrormaker should default to auto.offset.reset=earliest Key: KAFKA-4668 URL: https://issues.apache.org/jira/browse/KAFKA-4668 Project: Kafka Issue Type: Improvement Reporter: Jeff Widman Fix For: 0.10.3.0
Mirrormaker currently inherits the default value for auto.offset.reset, which is latest (new consumer) / largest (old consumer). While for most consumers this is a sensible default, mirrormakers are specifically designed for replication, so they should default to replicating topics from the beginning. -- This message was sent by Atlassian JIRA (v6.3.4#6332)