Skip to content

Commit

Permalink
Fix - "RetryTemplate" misspelling in streams.adoc (#3505)
Browse files Browse the repository at this point in the history
In streams.adoc, RetryTemplate is incorrectly written "RetryTemmplate"
  • Loading branch information
engkimbs committed Sep 23, 2024
1 parent 9bae6f1 commit 8efc478
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,9 @@ When calling this method, the user can specifially ask for the proper state stor

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.
If those reasons are transitory, `KafkaStreamsInteractiveQueryService` provides an option to retry the retrieval of the state store by allowing to inject a custom `RetryTemplate`.
By default, the `RetryTemmplate` that is used in `KafkaStreamsInteractiveQueryService` uses a maximum attempts of three with a fixed backoff of one second.
By default, the `RetryTemplate` that is used in `KafkaStreamsInteractiveQueryService` uses a maximum attempts of three with a fixed backoff of one second.

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

[source, java]
----
Expand Down

0 comments on commit 8efc478

Please sign in to comment.