KafkaProperties

constructor(@DefaultValue(value = ["true"]) enabled: Boolean = true, bootstrapServers: List<String>, @DefaultValue(value = ["wow."]) topicPrefix: String = Wow.WOW_PREFIX, properties: Map<String, String> = mapOf(), producer: Map<String, String> = mapOf(), consumer: Map<String, String> = mapOf())