case class KafkaDatasourceInput(brokers: String, topic: Option[String], schemaRegistryUrl: Option[String], isBatch: Option[Boolean], incremental: Option[Incremental], format: Option[String], options: Option[Map[String, String]]) extends DatasourceInput with Product with Serializable
Represents a Kafka data source input configuration.
- brokers
The list of Kafka brokers.
- topic
The Kafka topic.
- schemaRegistryUrl
The URL of the schema registry.
- isBatch
Indicates whether the input is batch or streaming.
- incremental
The incremental configuration for the input.
- format
The data format of the input.
- options
Additional options for the Kafka data source.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KafkaDatasourceInput
- Serializable
- Serializable
- Product
- Equals
- DatasourceInput
- InputConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
KafkaDatasourceInput(brokers: String, topic: Option[String], schemaRegistryUrl: Option[String], isBatch: Option[Boolean], incremental: Option[Incremental], format: Option[String], options: Option[Map[String, String]])
- brokers
The list of Kafka brokers.
- topic
The Kafka topic.
- schemaRegistryUrl
The URL of the schema registry.
- isBatch
Indicates whether the input is batch or streaming.
- incremental
The incremental configuration for the input.
- format
The data format of the input.
- options
Additional options for the Kafka data source.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val brokers: String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val format: Option[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val incremental: Option[Incremental]
- val isBatch: Option[Boolean]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val options: Option[Map[String, String]]
- val schemaRegistryUrl: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val topic: Option[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()