You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2022/03/25 07:39:26 UTC

[iotdb] branch master updated (8f9d829 -> 44fb2d1)

This is an automated email from the ASF dual-hosted git repository.

rong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 8f9d829  [IOTDB-2762][metrics] Fix inconsistent name between dropwizard implementation and micrometer implementation (#5301)
     add 44fb2d1  [IOTDB-2774] classloader isolation for MQTT plugin (#5305)

No new revisions were added by this update.

Summary of changes:
 docs/UserGuide/API/Programming-MQTT.md             |  2 +-
 docs/zh/UserGuide/API/Programming-MQTT.md          |  2 +-
 example/mqtt-customize/README.md                   |  4 +-
 ...apache.iotdb.db.protocol.mqtt.PayloadFormatter} |  0
 .../apache/iotdb/commons/conf/IoTDBConstant.java   |  1 +
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 13 ++++
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  | 57 ++++++++------
 .../db/protocol/mqtt/PayloadFormatManager.java     | 89 ++++++++++++++++++++--
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |  2 +
 .../db/protocol/mqtt/PayloadFormatManagerTest.java |  7 ++
 10 files changed, 144 insertions(+), 33 deletions(-)
 rename example/mqtt-customize/src/main/resources/META-INF/services/{org.apache.iotdb.db.org.apache.iotdb.db.protocol.mqtt.PayloadFormatter => org.apache.iotdb.db.protocol.mqtt.PayloadFormatter} (100%)