vitessio / website

vitess.io website and other project management related content
https://vitess.io
Apache License 2.0
53 stars 198 forks source link

Mention of OLAP workflow missing in reference/features/messaging page #1507

Closed jaknu closed 1 year ago

jaknu commented 1 year ago

Receiving messages using the stream * from <table> SQL statement requires using the OLAP workflow, but the docs do not mention this. https://vitess.io/docs/18.0/reference/features/messaging/#receiving-messages

It might help to just change the mention of stream * from <table> to a longer form like

$ mysql --quick <vtgate params>
mysql> SET WORKLOAD=OLAP;
mysql> STREAM * FROM <table>;