This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 0b2d0af make sure memtable flush task has submitted before check
(#3641)
add c023443 add an example to customize MQTT Message (#3572)
No new revisions were added by this update.
Summary of changes:
.../Programming-MQTT.md | 79 +++++++++++++++++++++-
.../Programming-MQTT.md | 77 ++++++++++++++++++++-
example/{mqtt => mqtt-customize}/README.md | 17 +++--
example/{hadoop => mqtt-customize}/pom.xml | 11 +--
.../server/CustomizedJsonPayloadFormatter.java | 62 +++++++++++++++++
.../org.apache.iotdb.db.mqtt.PayloadFormatter | 1 +
example/pom.xml | 1 +
pom.xml | 2 +
8 files changed, 240 insertions(+), 10 deletions(-)
copy example/{mqtt => mqtt-customize}/README.md (59%)
copy example/{hadoop => mqtt-customize}/pom.xml (87%)
create mode 100644
example/mqtt-customize/src/main/java/org/apache/iotdb/mqtt/server/CustomizedJsonPayloadFormatter.java
create mode 100644
example/mqtt-customize/src/main/resources/META-INF/services/org.apache.iotdb.db.mqtt.PayloadFormatter