docs: update go tmq demo (#19018)
This commit is contained in:
parent
c72c34729e
commit
aad6151cbd
|
@ -24,7 +24,7 @@ func main() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
_, err = db.Exec("create topic if not exists example_tmq_topic with meta as DATABASE example_tmq")
|
_, err = db.Exec("create topic if not exists example_tmq_topic as DATABASE example_tmq")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue