Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter in MQTT sink #99

Merged
merged 3 commits into from
Dec 2, 2024
Merged

Add parameter in MQTT sink #99

merged 3 commits into from
Dec 2, 2024

Conversation

WanYixian
Copy link
Collaborator

Description

Add the missing parameter topic.field in MQTT sink

Related Doc issue

Resolve #93

Comment on lines 72 to 73
| 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 the value of this column.|
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIUC, with topic.field, topic should also be optional.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked with Xinhao, updated

@WanYixian WanYixian merged commit 96b042e into main Dec 2, 2024
3 of 4 checks passed
@WanYixian WanYixian deleted the wyx/add-parameter-in-mqtt branch December 2, 2024 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

miss topic.field in page mqtt sink
2 participants