From 82ea1be4721f53535bef1b2acbb580ae7625970b Mon Sep 17 00:00:00 2001 From: mihbor Date: Sat, 3 Jun 2017 09:18:36 +0100 Subject: [PATCH] MINOR: Fix grammar --- docs/streams.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/streams.html b/docs/streams.html index 4528d9d869bb5..c0233a49ea8fb 100644 --- a/docs/streams.html +++ b/docs/streams.html @@ -82,7 +82,7 @@

Stream Processing Topology There are two special processors in the topology:
    -
  • Source Processor: A source processor is a special type of stream processor that does not have any upstream processors. It produces an input stream to its topology from one or multiple Kafka topics by consuming records from these topics and forward them to its down-stream processors.
  • +
  • Source Processor: A source processor is a special type of stream processor that does not have any upstream processors. It produces an input stream to its topology from one or multiple Kafka topics by consuming records from these topics and forwarding them to its down-stream processors.
  • Sink Processor: A sink processor is a special type of stream processor that does not have down-stream processors. It sends any received records from its up-stream processors to a specified Kafka topic.