LogFactory
@Serializable
@SerialName(value = "!Kafka")
Constructors
Link copied to clipboard
constructor(cluster: RemoteAlias, topic: String, replicaCluster: RemoteAlias = cluster, replicaTopic: String = "-replica", autoCreateTopic: Boolean = true, epoch: Int = 0)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun openReadOnlyReplicaLog(remotes: Map<RemoteAlias, Remote>): ReadOnlyLog<ReplicaMessage>
Link copied to clipboard
open override fun openReadOnlySourceLog(remotes: Map<RemoteAlias, Remote>): ReadOnlyLog<SourceMessage>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard