0

When I use the mqtt protocol to send commands from the client of Apache IoTDB Version 0.13.3, and the time series of the server is aligned, then an error is reported: Caused by: org.apache.iotdb.db.exception.metadata.AlignedTimeseriesException: timeseries under this device are aligned, please use aligned interface. How to deal with this?

Hester Tso
  • 23
  • 1

1 Answers1

0

The mqtt protocol cannot execute aligned time series in Apache IoTDB. You can try other protocols (like REST API) in Apache IoTDB to do that.

Summer
  • 101
  • 4