Skip to content

Commit f95a1ed

Browse files
committed
Fix Kafka Streams docs
1 parent d217b3a commit f95a1ed

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ When calling this method, the user can specifially ask for the proper state stor
365365

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

368-
==== Retrying State Store Retrieval
368+
=== Retrying State Store Retrieval
369369

370370
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.
371371
If those reasons are transitory, `KafkaStreamsInteractiveQueryService` provides an option to retry the retrieval of the state store by allowing to inject a custom `RetryTemplate`.

0 commit comments

Comments
 (0)