diff --git a/ktor-server-kafka/README.md b/ktor-server-kafka/README.md index e59c1c8a..64b44636 100644 --- a/ktor-server-kafka/README.md +++ b/ktor-server-kafka/README.md @@ -24,7 +24,7 @@ The plugin provides a DSL that enables comprehensive Kafka configuration, adheri ```kotlin install(Kafka) { - schemaRegistryUrl = listOf("my.schemaRegistryUrl") + schemaRegistryUrl = "my.schemaRegistryUrl" topic(named("my-topic")) { partitions = 1 replicas = 1