Add doc for startOffset usage
- Clarify based on the consumerGroup property Resolves #48
This commit is contained in:
committed by
Marius Bogoevici
parent
5b51d7cce3
commit
73eda0ddd0
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user