Skip to content

Commit

Permalink
mqtt: allow setting fetcher options for mqtt() source
Browse files Browse the repository at this point in the history
Signed-off-by: Balazs Scheidler <[email protected]>
  • Loading branch information
bazsi committed Feb 8, 2024
1 parent 9b5f1a2 commit 1202829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/mqtt/mqtt-grammar.ym
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ mqtt_source_options

mqtt_source_option
: threaded_source_driver_option
| threaded_fetcher_driver_option
| mqtt_option
| KW_TOPIC '(' string ')' { mqtt_sd_set_topic(last_driver, $3); free($3); }
;
Expand Down

0 comments on commit 1202829

Please sign in to comment.