Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add note on the auto.offset.reset defaults #79

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ created by Mirus Tasks can be configured using a `consumer.` prefix on the stand
KafkaProducer options are configured in the Mirus Worker Properties file (see below). The
`destination.consumer.`prefix can be used to override the properties of the KafkaConsumer that connects to
the destination Kafka cluster.
Unlike the default Kafka Consumer which has `auto.offset.reset` configured to `latest`, Mirus will by default configure consumer to `earliest` to minimize the possible data loss and ensure high-reliability.

- [Mirus Worker Properties](src/main/java/com/salesforce/mirus/config/MirusConfigDefinition.java)
These are Mirus extensions to the Kafka Connect configuration, and should be applied to the
Expand Down