From cadb5422cc316fdef3698ce9ca1bea6e90265a8d Mon Sep 17 00:00:00 2001 From: Surendra Galwa Date: Fri, 22 Jan 2021 20:15:11 +0530 Subject: [PATCH] Fix property name in startOffset --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 919b2fd27..e027801d3 100644 --- a/README.adoc +++ b/README.adoc @@ -239,7 +239,7 @@ Default: `false`. startOffset:: The starting offset for new groups. Allowed values: `earliest` and `latest`. -If the consumer group is set explicitly for the consumer 'binding' (through `spring.cloud.stream.bindings..group`), 'startOffset' is set to `earliest`. Otherwise, it is set to `latest` for the `anonymous` consumer group. +If the consumer group is set explicitly for the consumer 'binding' (through `spring.cloud.stream.kafka.bindings..group`), 'startOffset' is set to `earliest`. Otherwise, it is set to `latest` for the `anonymous` consumer group. Also see `resetOffsets` (earlier in this list). + Default: null (equivalent to `earliest`).