You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My feature request does not directly apply to the azure-iot-sdk-python repository, more
generally to the azure iothub backend. But i did not know, where i should place this feature request.
Is your feature request related to a problem? Please describe.
We send many small mqtt messages to the iothub. Currently, the length of the topic is a significant
amount of the mqtt message which contains unneccessary data:
My feature request does not directly apply to the azure-iot-sdk-python repository, more
generally to the azure iothub backend. But i did not know, where i should place this feature request.
Is your feature request related to a problem? Please describe.
We send many small mqtt messages to the iothub. Currently, the length of the topic is a significant
amount of the mqtt message which contains unneccessary data:
devices/device-foobar/messages/events/$.ct=application%2Fjson%3Bcharset%3Dutf-8
Describe the solution you'd like
Allow a shorter topic:
/d/device-foobar/m/e/$json
The text was updated successfully, but these errors were encountered: