Skip to content

Commit

Permalink
Fix Kafka Streams docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sobychacko committed Feb 16, 2024
1 parent d217b3a commit f95a1ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ When calling this method, the user can specifially ask for the proper state stor

NOTE: `KafkaStreamsInteractiveQueryService` API in Spring for Apache Kafka only supports providing access to local key-value stores at the moment.

==== Retrying State Store Retrieval
=== Retrying State Store Retrieval

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`.
Expand Down

0 comments on commit f95a1ed

Please sign in to comment.