Skip to content

Commit 8efc478

Browse files
authored
Fix - "RetryTemplate" misspelling in streams.adoc (#3505)
In streams.adoc, RetryTemplate is incorrectly written "RetryTemmplate"
1 parent 9bae6f1 commit 8efc478

File tree

1 file changed

+2
-2
lines changed
  • spring-kafka-docs/src/main/antora/modules/ROOT/pages

1 file changed

+2
-2
lines changed

spring-kafka-docs/src/main/antora/modules/ROOT/pages/streams.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@ When calling this method, the user can specifially ask for the proper state stor
375375

376376
When trying to retrieve the state store using the `KafkaStreamsInteractiveQueryService`, there is a chance that the state store might not be found for various reasons.
377377
If those reasons are transitory, `KafkaStreamsInteractiveQueryService` provides an option to retry the retrieval of the state store by allowing to inject a custom `RetryTemplate`.
378-
By default, the `RetryTemmplate` that is used in `KafkaStreamsInteractiveQueryService` uses a maximum attempts of three with a fixed backoff of one second.
378+
By default, the `RetryTemplate` that is used in `KafkaStreamsInteractiveQueryService` uses a maximum attempts of three with a fixed backoff of one second.
379379

380-
Here is how you can inject a custom `RetryTemmplate` into `KafkaStreamsInteractiveQueryService` with the maximum attempts of ten.
380+
Here is how you can inject a custom `RetryTemplate` into `KafkaStreamsInteractiveQueryService` with the maximum attempts of ten.
381381

382382
[source, java]
383383
----

0 commit comments

Comments
 (0)