mluis
mluis

Reputation: 223

Siddhi stream topic rejection

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

Answers (2)

Amarjit Dhillon
Amarjit Dhillon

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

alexoakley1
alexoakley1

Reputation: 565

Underscores aren't allowed. You'll find documentation here.

Upvotes: 1

Related Questions