Correct configuration path for AckMode in the kafka tips document

This commit is contained in:
Jay Kim
2023-04-25 06:44:34 +09:00
committed by Soby Chacko
parent 080cc123b6
commit fe5ac0cd55

View File

@@ -404,7 +404,7 @@ public Consumer<Message<String>> myConsumer() {
}
```
Then you set the property `spring.cloud.stream.bindings.myConsumer-in-0.consumer.ackMode` to `MANUAL` or `MANUAL_IMMEDIATE`.
Then you set the property `spring.cloud.stream.kafka.bindings.myConsumer-in-0.consumer.ackMode` to `MANUAL` or `MANUAL_IMMEDIATE`.
=== How do I override the default binding names in Spring Cloud Stream?