This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch
4137-updating-mqtt-adapter-can-leave-orphaned-consumer-thread
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from b829126092 fix(#4133): Add originType for add timestamp rule migration
(#4134)
new 0fb0f273b2 fix(#4137): Improve logic to get single event from mqtt
new bbc91d1da8 fix(#4137): Remove unused method
new 85f5e5e39e fix(#4137): Update MqttConsumer implementation
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../connect/iiot/adapters/oi4/Oi4Adapter.java | 167 +++++--------------
.../connectors/mqtt/adapter/MqttProtocol.java | 98 +++++-------
.../connectors/mqtt/shared/MqttConsumer.java | 177 ++++++++++++---------
.../connectors/mqtt/shared/MqttPublisher.java | 8 +-
.../mqtt/shared/MqttSingleMessageReceiver.java | 129 +++++++++++++++
.../integration/adapters/MQTTPublisherUtils.java | 5 -
6 files changed, 314 insertions(+), 270 deletions(-)
create mode 100644
streampipes-extensions/streampipes-connectors-mqtt/src/main/java/org/apache/streampipes/extensions/connectors/mqtt/shared/MqttSingleMessageReceiver.java