Reputation: 223
While trying to specify a topic to use with the siddhi engine it gets rejected. Is there anything wrong with a topic such as:
STREAM_162_18_73_15_80_VMC_3Axis_000_AxesLinear_X
Is there any documentation about siddhi's topic requirements?
Upvotes: 1
Views: 92
Reputation: 2816
Assuming that you are referring to MQTT topic for input stream, the ASCII format is supported for topic naming. Please visit this link for more info.
Upvotes: 0