Skip to content

Commit

Permalink
[Improve][Doc] Update Kafka.md (#2863)
Browse files Browse the repository at this point in the history
The parameter in sink should be topics, not topic
  • Loading branch information
TaoZex committed Sep 24, 2022
1 parent da14c2b commit 857358b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/connector/sink/Kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Sink plugin common parameters, please refer to [Sink Plugin](common-options.md)

```bash
kafka {
topic = "seatunnel"
topics = "seatunnel"
producer.bootstrap.servers = "localhost:9092"
}
```

0 comments on commit 857358b

Please sign in to comment.