Skip to content

Commit

Permalink
[issue:4537] Fix doc error of producer options (apache#4571)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaolong.ran <[email protected]>
  • Loading branch information
wolfstudy authored and merlimat committed Jun 20, 2019
1 parent ebde4dc commit 22db5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/docs/client-libraries-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func main() {
producer.SendAsync(ctx, asyncMsg, func(msg pulsar.ProducerMessage, err error) {
if err != nil { log.Fatal(err) }

fmt.Printf("Message %s succesfully published", msg.ID())
fmt.Printf("the %s successfully published", string(msg.Payload))
})
}
}
Expand Down

0 comments on commit 22db5b6

Please sign in to comment.