Skip to content

Commit 3ed9284

Browse files
committed
updated scala doc
1 parent 83d0402 commit 3ed9284

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

external/kafka/src/main/scala/org/apache/spark/streaming/kafka/KafkaUtils.scala

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,9 @@ object KafkaUtils {
290290

291291
/**
292292
* :: Experimental ::
293-
* Create an input stream that pulls messages from a Kafka Broker. This stream can guarantee
294-
* that each message from Kafka is included in transformations exactly once (see points below).
293+
* Create an input stream that directly pulls messages from a Kafka Broker
294+
* without using any receiver. This stream can guarantee that each message
295+
* from Kafka is included in transformations exactly once (see points below).
295296
*
296297
* Points to note:
297298
* - No receivers: This stream does not use any receiver. It directly queries Kafka
@@ -336,8 +337,9 @@ object KafkaUtils {
336337

337338
/**
338339
* :: Experimental ::
339-
* Create an input stream that pulls messages from a Kafka Broker. This stream can guarantee
340-
* that each message from Kafka is included in transformations exactly once (see points below).
340+
* Create an input stream that directly pulls messages from a Kafka Broker
341+
* without using any receiver. This stream can guarantee that each message
342+
* from Kafka is included in transformations exactly once (see points below).
341343
*
342344
* Points to note:
343345
* - No receivers: This stream does not use any receiver. It directly queries Kafka
@@ -399,8 +401,9 @@ object KafkaUtils {
399401

400402
/**
401403
* :: Experimental ::
402-
* Create an input stream that pulls messages from a Kafka Broker. This stream can guarantee
403-
* that each message from Kafka is included in transformations exactly once (see points below).
404+
* Create an input stream that directly pulls messages from a Kafka Broker
405+
* without using any receiver. This stream can guarantee that each message
406+
* from Kafka is included in transformations exactly once (see points below).
404407
*
405408
* Points to note:
406409
* - No receivers: This stream does not use any receiver. It directly queries Kafka
@@ -459,8 +462,9 @@ object KafkaUtils {
459462

460463
/**
461464
* :: Experimental ::
462-
* Create an input stream that pulls messages from a Kafka Broker. This stream can guarantee
463-
* that each message from Kafka is included in transformations exactly once (see points below).
465+
* Create an input stream that directly pulls messages from a Kafka Broker
466+
* without using any receiver. This stream can guarantee that each message
467+
* from Kafka is included in transformations exactly once (see points below).
464468
*
465469
* Points to note:
466470
* - No receivers: This stream does not use any receiver. It directly queries Kafka

0 commit comments

Comments
 (0)