Skip to content

Commit 37ab7b1

Browse files
authored
Update README.md (#817)
1 parent 063303c commit 37ab7b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ If `auto.create.topics.enable='false'` then you will need to create topics expli
148148
```go
149149
// to create topics when auto.create.topics.enable='false'
150150
topic := "my-topic"
151-
partition := 0
152151

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

0 commit comments

Comments
 (0)