Packages

package kafka010

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. kafka010
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class KafkaContinuousInputPartition(topicPartition: TopicPartition, startOffset: Long, kafkaParams: Map[String, AnyRef], pollTimeoutMs: Long, failOnDataLoss: Boolean, includeHeaders: Boolean) extends InputPartition with Product with Serializable

    An input partition for continuous Kafka processing.

    An input partition for continuous Kafka processing. This will be serialized and transformed into a full reader on executors.

    topicPartition

    The (topic, partition) pair this task is responsible for.

    startOffset

    The offset to start reading from within the partition.

    kafkaParams

    Kafka consumer params to use.

    pollTimeoutMs

    The timeout for Kafka consumer polling.

    failOnDataLoss

    Flag indicating whether data reader should fail if some offsets are skipped.

    includeHeaders

    Flag indicating whether to include Kafka records' headers.

  2. class KafkaContinuousPartitionReader extends ContinuousPartitionReader[InternalRow]

    A per-task data reader for continuous Kafka processing.

  3. class KafkaContinuousStream extends ContinuousStream with Logging

    A ContinuousStream for data from kafka.

  4. case class KafkaWrite(topic: Option[String], producerParams: Map[String, AnyRef], schema: StructType) extends Write with Product with Serializable
  5. type PartitionOffsetMap = Map[TopicPartition, Long]

Value Members

  1. object KafkaContinuousReaderFactory extends ContinuousPartitionReaderFactory
  2. object KafkaMicroBatchStream extends Logging

Inherited from AnyRef

Inherited from Any

Ungrouped