BiScriptProperties

@ConfigurationProperties(prefix = "wow.bi.script")
data class BiScriptProperties @ConstructorBinding constructor(@DefaultValue(value = ["true"]) val enabled: Boolean, 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
@ConstructorBinding
constructor(@DefaultValue(value = ["true"]) enabled: Boolean, 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())
constructor()

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