Add doc for startOffset usage

- Clarify based on the consumerGroup property

Resolves #48
This commit is contained in:
Ilayaperumal Gopinathan
2017-02-14 18:06:05 +05:30
committed by Marius Bogoevici
parent 5b51d7cce3
commit 73eda0ddd0

View File

@@ -153,6 +153,7 @@ Default: `false`.
startOffset::
The starting offset for new groups, or when `resetOffsets` is `true`.
Allowed values: `earliest`, `latest`.
If the consumer group is set explicitly for the consumer 'binding' (via `spring.cloud.stream.bindings.<channelName>.group`), then 'startOffset' is set to `earliest`; otherwise it is set to `latest` for the `anonymous` consumer group.
+
Default: null (equivalent to `earliest`).
enableDlq::