This is an automated email from the ASF dual-hosted git repository. nicoloboschi pushed a commit to branch doc-io-kafka-sunk in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit bcf22429c3bab6e75cb3d00012c95d1280c66bab Author: Nicolò Boschi <[email protected]> AuthorDate: Wed May 25 16:20:30 2022 +0200 Update io-kafka-sink.md --- site2/docs/io-kafka-sink.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/site2/docs/io-kafka-sink.md b/site2/docs/io-kafka-sink.md index 4ff82bd9506..6d00aac3448 100644 --- a/site2/docs/io-kafka-sink.md +++ b/site2/docs/io-kafka-sink.md @@ -54,9 +54,7 @@ Before using the Kafka sink connector, you need to create a configuration file t * YAML - ``` - -yaml + ```yaml configs: bootstrapServers: "localhost:6667" topic: "test"
