You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/05 22:53:40 UTC

[jira] [Commented] (STORM-1406) MQTT Support

    [ https://issues.apache.org/jira/browse/STORM-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15083898#comment-15083898 ] 

ASF GitHub Bot commented on STORM-1406:
---------------------------------------

GitHub user ptgoetz opened a pull request:

    https://github.com/apache/storm/pull/991

    STORM-1406: Add MQTT Support

    https://issues.apache.org/jira/browse/STORM-1406

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ptgoetz/storm storm-mqtt

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/991.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #991
    
----
commit f157ab423f6a539d07c512fac4dd97734e3d62e5
Author: P. Taylor Goetz <pt...@gmail.com>
Date:   2016-01-05T21:49:15Z

    STORM-1406: Add MQTT Support

----


> MQTT Support
> ------------
>
>                 Key: STORM-1406
>                 URL: https://issues.apache.org/jira/browse/STORM-1406
>             Project: Apache Storm
>          Issue Type: Improvement
>            Reporter: P. Taylor Goetz
>            Assignee: P. Taylor Goetz
>
> MQTT is a lightweight publish/subscribe protocol frequently used in IoT applications.
> Further information can be found at http://mqtt.org
> Initial features include:
> * Full MQTT support (e.g. last will, QoS 0-2, retain, etc.)
> * Spout implementation(s) for subscribing to MQTT topics
> * A bolt implementation for publishing MQTT messages
> * A trident function implementation for publishing MQTT messages
> * Authentication and TLS/SSL support
> * User-defined "mappers" for converting MQTT messages to tuples (subscribers)
> * User-defined "mappers" for converting tuples to MQTT messages (publishers)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)