org.apache.spark.sql

kafka010

package kafka010

Visibility
  1. Public
  2. All

Type Members

  1. case class AssignStrategy(partitions: Array[TopicPartition]) extends ConsumerStrategy with Product with Serializable

    Specify a fixed collection of partitions.

  2. sealed trait ConsumerStrategy extends AnyRef

    Subscribe allows you to subscribe to a fixed collection of topics.

  3. case class SubscribePatternStrategy(topicPattern: String) extends ConsumerStrategy with Product with Serializable

    Use a regex to specify topics of interest.

  4. case class SubscribeStrategy(topics: Seq[String]) extends ConsumerStrategy with Product with Serializable

    Subscribe to a fixed collection of topics.

Ungrouped