Skip to content

Commit

Permalink
add note about creating topic
Browse files Browse the repository at this point in the history
  • Loading branch information
travisjeffery committed Nov 23, 2016
1 parent 70b7628 commit 0083695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/main.go
Expand Up @@ -61,6 +61,7 @@ func main() {
panic(err)
}

// creating/deleting topic directly since Sarama doesn't support it
if err := store.CreateTopic(topic, numPartitions); err != nil {
panic(err)
}
Expand Down

0 comments on commit 0083695

Please sign in to comment.