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

ASF GitHub Bot commented on BAHIR-51:
-------------------------------------

GitHub user swoehrl-mw opened a pull request:

    https://github.com/apache/bahir/pull/23

    [BAHIR-51] Add important mqtt options to MQTTInputDStream

    

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

    $ git pull https://github.com/swoehrl-mw/bahir bahir-51

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

    https://github.com/apache/bahir/pull/23.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 #23
    
----
commit ab0d69a60f908af91a57f3ac00f4fb668ec64f0d
Author: Sebastian Woehrl <sebastian.woe...@maibornwolff.de>
Date:   2016-08-13T13:00:13Z

    [BAHIR-51] Add important mqtt options to MQTTInputDStream

----


> Add additional MQTT options/parameters to MQTTInputDStream and 
> MqttStreamSource
> -------------------------------------------------------------------------------
>
>                 Key: BAHIR-51
>                 URL: https://issues.apache.org/jira/browse/BAHIR-51
>             Project: Bahir
>          Issue Type: Improvement
>          Components: Spark Streaming Connectors, Spark Structured Streaming 
> Connectors
>            Reporter: Sebastian Woehrl
>
> We are using Spark Streaming in the automotive IOT environment with MQTT as 
> the data source.
> For security reasons our MQTT broker is protected by username and password 
> (as is default for these kind of environments). At the moment it is not 
> possible to set username/password when creating an MQTT Receiver 
> (MQTTInputDStream or MqttStreamSource).
> I propose that the MQTTInputDStream and MqttStreamSource be extended to 
> optionally allow setting the following mqtt options / parameters:
> * username
> * password
> * clientId
> * cleanSession
> * QoS
> * connectionTimeout
> * keepAliveInterval
> * mqttVersion
> If this proposal meets your approval I am willing to create a pull request 
> with these changes implemented.



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

Reply via email to