BiScriptProperties
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())