See gh-30674
This commit is contained in:
Stephane Nicoll 2022-04-19 09:25:02 +02:00
parent d7b23edf8b
commit 4c5cb772ff
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ The former can be configured using `spring.kafka.streams.application-id`, defaul
The latter can be set globally or specifically overridden only for streams. The latter can be set globally or specifically overridden only for streams.
Several additional properties are available using dedicated properties; other arbitrary Kafka properties can be set using the `spring.kafka.streams.properties` namespace. Several additional properties are available using dedicated properties; other arbitrary Kafka properties can be set using the `spring.kafka.streams.properties` namespace.
See also <<features#messaging.kafka.additional-properties>> for more information. See also <<messaging.kafka.additional-properties>> for more information.
To use the factory bean, wire `StreamsBuilder` into your `@Bean` as shown in the following example: To use the factory bean, wire `StreamsBuilder` into your `@Bean` as shown in the following example: