Switch to KafkaStreamsProcessor

It appears we have refactored to rename the class from `KStreamProcessor` to `KafkaStreamsProcessor` [see a5344655cb (diff-4a8582ee2d07e268f77a89c0633e42f5)], but the docs weren't updated. This commit does exactly that.
This commit is contained in:
Sabby Anandan
2019-04-30 13:23:44 -07:00
committed by GitHub
parent c1f4cf9dc6
commit 3d3f02b6cc

View File

@@ -44,7 +44,7 @@ time window, and the computed results are sent to a downstream topic (e.g., `cou
[source]
----
@SpringBootApplication
@EnableBinding(KStreamProcessor.class)
@EnableBinding(KafkaStreamsProcessor.class)
public class WordCountProcessorApplication {
@StreamListener("input")