Closes gh-14202
This commit is contained in:
Johnny Lim
2018-08-26 05:03:02 +09:00
committed by Stephane Nicoll
parent 2a016a47e2
commit fe3fe0fa63
4 changed files with 5 additions and 13 deletions

View File

@@ -5645,7 +5645,7 @@ The following component creates a listener endpoint on the `someTopic` topic:
Spring for Apache Kafka provides a factory bean to create a `StreamsBuilder` object and
manage the lifecycle of its streams. Spring Boot auto-configures the required
`KafkaStreamsConfiguration` bean as long as `kafka-streams` in on the classpath and kafka
streams is enabled via the @EnableKafkaStreams` annotation.
streams is enabled via the `@EnableKafkaStreams` annotation.
Enabling Kafka Streams means that the application id and bootstrap servers must be set.
The former can be configured using `spring.kafka.streams.application-id`, defaulting to