ClusterFactory

@Serializable
@SerialName(value = "!Kafka")
data class ClusterFactory @JvmOverloads constructor(val bootstrapServers: String, var propertiesMap: Map<String, String> = emptyMap(), var propertiesFile: Path? = null, var schemaRegistryUrl: String? = null, var coroutineContext: CoroutineContext = Dispatchers.Default) : Remote.Factory<KafkaCluster>

Constructors

Link copied to clipboard
constructor(bootstrapServers: String, propertiesMap: Map<String, String> = emptyMap(), propertiesFile: Path? = null, schemaRegistryUrl: String? = null, coroutineContext: CoroutineContext = Dispatchers.Default)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun open(): KafkaCluster
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard