Package

io.smartdatalake.workflow

connection

Permalink

package connection

Visibility
  1. Public
  2. All

Type Members

  1. case class KafkaConnection(id: ConnectionId, brokers: String, schemaRegistry: Option[String] = None, options: Map[String, String] = Map(), authMode: Option[AuthMode] = None, metadata: Option[ConnectionMetadata] = None) extends Connection with Product with Serializable

    Permalink

    Connection information for kafka

    Connection information for kafka

    id

    unique id of this connection

    brokers

    comma separated list of kafka bootstrap server incl. port, e.g. "host1:9092,host2:9092:

    schemaRegistry

    url of schema registry service, e.g. "https://host2"

    options

    Options for the Kafka stream reader (see https://spark.apache.org/docs/latest/structured-streaming-kafka-integration.html)

Value Members

  1. object KafkaConnection extends FromConfigFactory[Connection] with Serializable

    Permalink

Ungrouped