We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9ea74 commit ee4e97aCopy full SHA for ee4e97a
external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaStreamingWriteSupport.scala
@@ -54,8 +54,8 @@ class KafkaStreamingWriteSupport(
54
}
55
56
/**
57
- * A [[DataWriterFactory]] for Kafka writing. Will be serialized and sent to executors to generate
58
- * the per-task data writers.
+ * A [[StreamingDataWriterFactory]] for Kafka writing. Will be serialized and sent to executors to
+ * generate the per-task data writers.
59
* @param topic The topic that should be written to. If None, topic will be inferred from
60
* a `topic` field in the incoming data.
61
* @param producerParams Parameters for Kafka producers in each task.
0 commit comments