Skip to content

Commit

Permalink
Update README.md (segmentio#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
cssivision authored Jan 4, 2022
1 parent 063303c commit 37ab7b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ If `auto.create.topics.enable='false'` then you will need to create topics expli
```go
// to create topics when auto.create.topics.enable='false'
topic := "my-topic"
partition := 0

conn, err := kafka.Dial("tcp", "localhost:9092")
if err != nil {
Expand Down

0 comments on commit 37ab7b1

Please sign in to comment.