0

I checked the built-in mqtt service of Apache IoTDB, and seems like it only contains service on the server side. I want to know why there is no client side service of mqtt and how should I get access of this service in IoTDB?

Hester Tso
  • 23
  • 1

1 Answers1

1

mqtt is used for data access, so it is implemented in server side, therefore you have to define the client side service yourself in Apache IoTDB.

Xinyu Tan
  • 81
  • 1