[
https://issues.apache.org/jira/browse/BAHIR-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16094009#comment-16094009
]
ASF GitHub Bot commented on BAHIR-100:
--------------------------------------
Github user ckadner commented on a diff in the pull request:
https://github.com/apache/bahir/pull/47#discussion_r128401599
--- 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 --
@davidrosenstark -- I assume the `StreamStream` word duplication is a
copy-paste error?
~`val lines = MQTTUtils.createPairedByteArrayStreamStream(ssc, brokerUrl,
topic)`~
`val lines = MQTTUtils.createPairedByteArrayStream(ssc, brokerUrl, topic)`
> 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
> Fix For: Spark-2.2.0
>
> 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)