SDK: Dynamic Topic Formatting for MQTTSecretSender #871
Labels
2-medium
priority denoting issues with cross-cutting project impact
app-services
subsystem_affected for application services
enhancement
New feature or request
Milestone
With the new context storage added in #866 I would like to be able to reference these stored values in the publish topic for a MQTTSecretSender. Eg "topic/{my-context-key}" would publish to "topic/context-value-found-at-my-context-key" on each execution for an individual sender. The context storage lowercases all keys currently, so only lowercase placeholders will work.
In addition I would like to be able to specify my own function to MQTTSecretSender to apply custom formatting to the configured topic based on the parameters passed to MQTTSend.
The text was updated successfully, but these errors were encountered: