Skip to content

Commit

Permalink
Update mqtt.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
WanYixian committed Nov 28, 2024
1 parent fb693e3 commit e501aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/destinations/mqtt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ After the sink is created, you will continuously consume the data in the MQTT to
| tls.client\_cert | Optional. Path to the client's certificate file (PEM) or a string with the certificate content. Required for client authentication. Can use `fs://` prefix for file paths. |
| tls.client\_key | Optional. Path to the client's private key file (PEM) or a string with the private key content. Required for client authentication. Can use `fs://` prefix for file paths. |
| topic | Required. The topic name to subscribe or publish to. Can include wildcard topics, e.g., `/topic/#`. |
| topic.field | Optional. Enables dynamic writing to multiple topics based on the value of a specified column. If set, the target topic is determined the value of this column.|
| topic.field | Optional. Enables dynamic writing to multiple topics based on the value of a specified column. If set, the target topic is the value of this column.|
| retain | Optional. Whether the message should be retained by the broker. |
| r#type | Required. Type identifier. |

0 comments on commit e501aaa

Please sign in to comment.