From f95a1ed8b5edf1151e4c783c168690cf091f1e6d Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Fri, 16 Feb 2024 16:09:53 -0500 Subject: [PATCH] Fix Kafka Streams docs --- .../src/main/antora/modules/ROOT/pages/streams.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-kafka-docs/src/main/antora/modules/ROOT/pages/streams.adoc b/spring-kafka-docs/src/main/antora/modules/ROOT/pages/streams.adoc index 4224732045..fd68c121d8 100644 --- a/spring-kafka-docs/src/main/antora/modules/ROOT/pages/streams.adoc +++ b/spring-kafka-docs/src/main/antora/modules/ROOT/pages/streams.adoc @@ -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`.