Replies: 1 comment
-
Do you mean the SQL is wrong? The type should be memory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
File: /docs/en_US/guide/connections/overview.md
Connection Attached to Rule: By default, connections are managed by the Source/Sink implementation itself, with their lifecycle controlled by the rule in use. The connection resources will only start connecting when the rule is started; when the rule ends, the connection will be closed. In the example below, we create a data stream memStream of type memory. Since this type is not integrated into the connection pool, the connection will only be established when a rule using this stream is started.
sql
create stream memStream () WITH (TYPE="mqtt", DATASOURCE="demo")
Beta Was this translation helpful? Give feedback.
All reactions