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

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

Github user tedyu commented on a diff in the pull request:

    https://github.com/apache/bahir/pull/47#discussion_r126583567
  
    --- Diff: streaming-mqtt/README.md ---
    @@ -52,12 +52,14 @@ this actor can be configured to handle failures, etc.
     
         val lines = MQTTUtils.createStream(ssc, brokerUrl, topic)
         val lines = MQTTUtils.createPairedStream(ssc, brokerUrl, topic)
    +    val lines = MQTTUtils.createPairedByteArrayStreamStream(ssc, 
brokerUrl, topic)
    --- End diff --
    
    Where is createPairedByteArrayStreamStream defined ?


> Providing MQTT Spark Streaming to return encoded Byte[] message without 
> corruption
> ----------------------------------------------------------------------------------
>
>                 Key: BAHIR-100
>                 URL: https://issues.apache.org/jira/browse/BAHIR-100
>             Project: Bahir
>          Issue Type: New Feature
>          Components: Spark Streaming Connectors
>            Reporter: Anntinu Josy
>            Assignee: Anntinu Josy
>              Labels: mqtt, spark, streaming
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Now a days Network bandwidth is becoming a serious resource that need to be 
> conserver in IoT ecosystem, For this puropse we are using different byte[] 
> based encoding such as Protocol Buffer and flat Buffer, Once this encoded 
> message is converted into string the data becomes corrupted, So same byte[] 
> format need to be preserved when forwarded.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to