KafkaConnectSource

Types

Link copied to clipboard
@Serializable
@SerialName(value = "!KafkaConnect")
data class Factory(val remote: RemoteAlias, val topic: String, val connectConfig: Map<String, String> = emptyMap(), val indexer: RecordIndexer.Factory) : ExternalSource.Factory

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open suspend override fun onPartitionAssigned(partition: Int, afterToken: ExternalSourceToken?, txIndexer: TxIndexer)