BiScriptProperties

@ConfigurationProperties(prefix = "wow.bi.script")
data class BiScriptProperties(@DefaultValue(value = ["true"]) val enabled: Boolean = true, val database: String? = null, val consumerDatabase: String? = null, val topology: BiScriptTopologyProperties = BiScriptTopologyProperties(), val timezone: String? = null, val kafkaBootstrapServers: String? = null, val topicPrefix: String? = null, val consumerGroupNamespace: String? = null, val kafkaOffsetStorage: KafkaOffsetStorage? = null, val kafkaKeeperPathPrefix: String? = null, val maxExpansionDepth: Int? = null, val unsupportedTypeStrategy: UnsupportedTypeStrategy? = null, val inspector: BiDeploymentInspectorProperties = BiDeploymentInspectorProperties())

Constructors

Link copied to clipboard
constructor(@DefaultValue(value = ["true"]) enabled: Boolean = true, database: String? = null, consumerDatabase: String? = null, topology: BiScriptTopologyProperties = BiScriptTopologyProperties(), timezone: String? = null, kafkaBootstrapServers: String? = null, topicPrefix: String? = null, consumerGroupNamespace: String? = null, kafkaOffsetStorage: KafkaOffsetStorage? = null, kafkaKeeperPathPrefix: String? = null, maxExpansionDepth: Int? = null, unsupportedTypeStrategy: UnsupportedTypeStrategy? = null, inspector: BiDeploymentInspectorProperties = BiDeploymentInspectorProperties())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@NestedConfigurationProperty
val inspector: BiDeploymentInspectorProperties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@NestedConfigurationProperty
val topology: BiScriptTopologyProperties