From 40a9e5e87c97088dae1c3797874f1e8a9e969a0d Mon Sep 17 00:00:00 2001 From: Pat Goins Date: Tue, 31 Oct 2023 10:53:39 -0400 Subject: [PATCH] Update streams.adoc Tweaked verbiage to remove unnecessary `the` --- .../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 6f16fe3699..d339f83a7d 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 @@ -45,7 +45,7 @@ Instead, a new `KafkaStreams` instance to restart stream processing must be crea [[streams-spring]] == Spring Management -To simplify using Kafka Streams from the Spring application context perspective and use the lifecycle management through a container, the Spring for Apache Kafka introduces `StreamsBuilderFactoryBean`. +To simplify using Kafka Streams from the Spring application context perspective and use the lifecycle management through a container, Spring for Apache Kafka introduces `StreamsBuilderFactoryBean`. This is an `AbstractFactoryBean` implementation to expose a `StreamsBuilder` singleton instance as a bean. The following example creates such a bean: